Package io.agora.rtc2
Class LocalAudioMixerConfiguration.MixedAudioStream
java.lang.Object
io.agora.rtc2.LocalAudioMixerConfiguration.MixedAudioStream
- Enclosing class:
- LocalAudioMixerConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe channel name.intThe user ID of the remote user.The type of the audio source.intThe audio track ID. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
remoteUserUid
public int remoteUserUidThe user ID of the remote user. -
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): - All lowercase English letters: a to z. - All uppercase English letters: A to Z. - All numeric characters: 0 to 9. - "!", "#", "$", "%", "&", "(", ")", "+", "-", ":", ";", "<", "=", ".", ">", "?", "@", "[", "]", "^", "_", "{", "}", "|", "~", "," -
sourceType
The type of the audio source. See `AudioSourceType`. -
trackId
public int trackIdThe audio track ID. Set this parameter to the custom audio track ID returned in `createCustomAudioTrack`.
-
-
Constructor Details
-
MixedAudioStream
public MixedAudioStream()
-