How to get playload.streamName using Android SDK?

Max

Administrator
Staff member
In this case, it seems that User1's microphone mute is not working.
If this is muting issue, it should be reproducible in MediaDevices example: publish, play, mute-unmute-mute...
If not, try to reproduce this in Conference example: join, mute-unmute-mute... If issue still cannot be reproduced, the problem can be in your code. In this case, please modify Conference example to reproduce the issue and send using this form.
 

Max

Administrator
Staff member
About the ticket WCS-3275.
Since Android SDK build 1.1.0.39 we added an ability to receive a stream status when a subscriber connects to this stream to play in StreamStatusPlaying event handler, using Stream.getAudioState() and Stream.getVideoState() methods. See example here.
 

Max

Administrator
Staff member
About the ticket WCS-3266.
Since WCS build 5.2.1011, when a new subscriber connects to a mixer outgoing stream, it will receive a set of STREAM_EVENT events per every mixer incoming stream, if audio or video track was muted at least once in any of them.
Those events are received by any SDK, so they shpuld be handled in onStreamEvent handler.
 
Top