Contents

receivedRealTime(_:fromParticipantID:)

Called by the client to deliver voice data received from a remote participant..

Declaration

func receivedRealTime(_ audio: Data!, fromParticipantID participantID: String!)

Parameters

  • audio:

    The audio data that was received from the other participant.

  • participantID:

    A string that uniquely identifies the speaking participant.

Discussion

The voice chat service uses a network connection provided by the client to exchange information between the participants. When the client receives information intended for the voice chat service, it should call this method to transfer it.

See Also

Related Documentation

Methods Called by the Client