session(_:)
Creates a session configured with the specified attributes.
Declaration
@MainActor func session(_ attributes: Self.Attributes) async throws -> Self.SessionParameters
- attributes:
The attributes that configure the session.
Mentioned in
Return Value
A configured remote session.