VoiceControlPath
Identifies which leg of a voice chat control-plane operation is being reported.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 593 | Publish | 0 | Represents the outbound audio path, through which a client sends local microphone audio to the room. | |
| 593 | Subscribe | 1 | Represents the inbound audio path, through which a client receives remote participants' audio streams. | |
| 593 | Join | 2 | Represents the room-join path, through which a client establishes membership in a voice room. |
Description
Identifies which voice control-plane path triggered a VoiceChatService
event such as RelayCandidatesGathered or VoiceSetupFailed:
VoiceControlPath.Join (enter a voice room),
VoiceControlPath.Publish (send local microphone audio), or
VoiceControlPath.Subscribe (receive remote audio).