audioMixUserList property
- Description: The information of each audio stream to mix.
- Value: This parameter is an array. Each
TRTCUser
element in the array indicates the information of an audio stream.
- Note: If you do not specify this array,
the TRTC backend will automatically mix all streams of the anchors who are sending audio in the room according
to the audio encode param TRTCStreamEncoderParam you specify (currently only supports up to 16 audio and video inputs).
Implementation
List<TRTCUser> audioMixUserList;