PartyLocalChatControl::GetVoiceAudioOptions
Provides the voice audio options associated with this chat control.
Syntax
PartyError GetVoiceAudioOptions(
PartyVoiceAudioOptions* options
)
Parameters
options
PartyVoiceAudioOptions*
output
The voice audio options.
Return value
PartyError
c_partyErrorSuccess
if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via PartyManager::GetErrorMessage().
Remarks
This function is only supported on Android and iOS. Calls on other platforms will fail.
Requirements
Header: Party.h