Contents

session(_:)

Creates a session configured with the specified attributes.

Declaration

@MainActor func session(_ attributes: Self.Attributes) async throws -> Self.Session

Parameters

  • attributes:

    The attributes that configure the session.

Mentioned in

Return Value

A configured remote session.

Discussion