datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
272 stars 229 forks source link

Add Video Support #117

Open tribeappid opened 6 years ago

tribeappid commented 6 years ago

Add videoCount: 1 into callSettings not working. I take a look on endpoint settings.codecs, it does not list video codecs such as h263, h264. So, before endpoint.start I add endpoint.changeCodecSettings({ "H264/90000": 130 }); But, it return pjsua_codec_set_priority error ... Code: 70006 (PJ_ENOTFOUND)

How i enable H264 video codec ? Or are there any settings or codes to enable video ?

Thank you

datso commented 6 years ago

Video codec should be enabled by default with the latest version, it is possible that video codecs doesn't listed in settings.codecs. Please check SDP whether video codecs present in Invite without any codecs settings.