RemoteOptions

public struct RemoteOptions

Object for remote options for Call Composite

  • The unique identifier for the group conversation.

    Declaration

    Swift

    public let locator: JoinLocator
  • The token credential used for communication service authentication.

    Declaration

    Swift

    public let credential: CommunicationTokenCredential
  • The display name of the local participant when joining the call.

    The limit for string length is 256.

    Declaration

    Swift

    public let displayName: String?
  • Create an instance of a RemoteOptions with options.

    Declaration

    Swift

    public init(for locator: JoinLocator,
                credential: CommunicationTokenCredential,
                displayName: String? = nil)

    Parameters

    locator

    The JoinLocator type with unique identifier for joining a specific call.

    credential

    The credential used for Azure Communication Service authentication.

    displayName

    The display name of the local participant for the call. The limit for string length is 256.