Reference API Roblox

Engine API

Website

Related

Reference API Roblox

VoiceControlPath

Identifies which leg of a voice chat control-plane operation is being reported.

Items 3

HistoryNameValueDescription
593Publish0

Represents the outbound audio path, through which a client sends local microphone audio to the room.

593Subscribe1

Represents the inbound audio path, through which a client receives remote participants' audio streams.

593Join2

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).

History 4

Settings