11-30-2015 11:50 PM
Hi,
The CSDK client initiates an audio with the phone:createCall(address, true, false, listener) by setting the second parameter to true and the third parameter to false, but the SDP offer still contains the video media line and the attribute of recvonly.
My understanding is if we want to initiate an audio only call, the SDP offer should not includes the m=video, even if there a m=video line, the port should be 0. Is that right?
Can you help to comment on it?
Environment:
REM server version: 10.6.2.10000-4
REM SDK version: 1.2.22
Android version: 4.3
Log attached:
Solved! Go to Solution.
12-04-2015 10:55 AM
If you set the video boolean to false the SDP still contains the video line but the call will be audio only without video streaming.
12-04-2015 10:55 AM
If you set the video boolean to false the SDP still contains the video line but the call will be audio only without video streaming.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide