|
Agora Java API Reference for Android
|
The source of the audio streams that are mixed locally. More...
Public Attributes | |
| int | remoteUserUid |
| String | channelId |
| Constants.AudioSourceType | sourceType |
| int | trackId |
The source of the audio streams that are mixed locally.
| int io.agora.rtc2.LocalAudioMixerConfiguration.MixedAudioStream.remoteUserUid |
The user ID of the remote user.
| String io.agora.rtc2.LocalAudioMixerConfiguration.MixedAudioStream.channelId |
The channel name. This parameter signifies the channel in which users engage in real-time audio and video interaction. Under the premise of the same App ID, users who fill in the same channel ID enter the same channel for audio and video interaction. The string length must be less than 64 bytes. Supported characters (89 characters in total):
| Constants.AudioSourceType io.agora.rtc2.LocalAudioMixerConfiguration.MixedAudioStream.sourceType |
The type of the audio source. See AudioSourceType.
| int io.agora.rtc2.LocalAudioMixerConfiguration.MixedAudioStream.trackId |
The audio track ID. Set this parameter to the custom audio track ID returned in createCustomAudioTrack.
1.8.18