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

IOS - changeCodecSettings - Bug when setting codec priority. #121

Closed mdiflorio closed 6 years ago

mdiflorio commented 6 years ago

There is a incorrect number conversion from the NSNumber to pj_uint8_t when calling pjsua_codec_set_priority thus creating unpredictable results in the changeCodecSettings function in PjSipEndpoint.m.

Submitting PR.

datso commented 6 years ago

Thanks, merged.