iOS SDK Video call Audio mute
After a Video call is instantiated using the SDK, the connection happens and the video is visible.
However there is no audio.
When the other side or the receiver stops the video, the audio starts.
We have also noticed that when the video is started the method
didRemoveRemoteVideoTrack is called one time.
-
Hi Apurva,
Could you check that you have activated the Audio flag:RTCCallFeatureAudio
[[ServicesManager sharedInstance].rtcService beginNewOutgoingCallWithPeer:_aContact withFeatures:(RTCCallFeatureAudio|RTCCallFeatureLocalVideo)];
We have updated our Audio & video sample to give more information on that point:https://github.com/Rainbow-CPaaS/Rainbow-iOS-SDK-Samples/tree/master/Rainbow-iOS-SDK-Sample-WebRTC#video-call
Could you check this point ?
Regards,
Olivier
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar