JoinLocator

public enum JoinLocator

CallComposite Locator for locating call destination

  • Group Call with UUID groupId

    Declaration

    Swift

    case groupCall(groupId: UUID)
  • Teams Meeting with string teamsLink URI

    Declaration

    Swift

    case teamsMeeting(teamsLink: String)