Contents

stopVoiceChat(withParticipantID:)

Ends a previously established voice chat.

Declaration

func stopVoiceChat(withParticipantID participantID: String!)

Parameters

  • participantID:

    A string that uniquely identifies the participant in the chat.

Discussion

When this method is called, the client’s voiceChatService(_:didStopWithParticipantID:error:) method is called.