react-native-pjsip icon indicating copy to clipboard operation
react-native-pjsip copied to clipboard

Unhandled promise rejection error

Open ahreenah opened this issue 3 years ago • 0 comments

Hi! I get following warning when trying to sun my code.

 WARN  Possible Unhandled Promise Rejection (id: 0):
"Title:       pjsua_codec_set_priority(&codec_str, priority)
Code:        70006
Description: Not found (PJ_ENOTFOUND)
Location:    ../src/pjsua2/endpoint.cpp:1962\

and also this promse never resolves.

 endpoint.changeCodecSettings({
        "PCMA/8000/1": 100,
        "PCMU/8000/1": 110,
        "H263/90000": 120,
      }).then(() => {console.log(settings.codecs)});

What can I try to change? Any help appreciated. Thanks in advance

ahreenah avatar Aug 31 '21 13:08 ahreenah