Contents

startVoiceChat(withParticipantID:)

Sends a request to another participant to join the voice chat.

Declaration

func startVoiceChat(withParticipantID participantID: String!) throws

Parameters

  • participantID:

    A string that uniquely identifies the participant to connect to.

Discussion

The voice chat service calls the client’s voiceChatService(_:send:toParticipantID:) method to send the connection request to the remote participant.