react-native-pjsip
react-native-pjsip copied to clipboard
A PJSIP module for React Native.
Has anyone noticed that the aspect ratio of PreviewVideoView is completely off? It works great with RemoteVideoView but not with PreviewVideoView. I'm currently trying to fix this in the ios...
I'm able to join conferences and hear the audio but I can't seem to get video. I'm basically using the same code as for normal calls. With normal calls, audio...
I've been trying to figure this out for a while now but on iOS sometimes there's no audio being sent or heard from the device. I know nothing is being...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I got the following errors at building. ``` Compile PjSipVideoViewManager.m [project_dir]/ios/VialerPJSIP.framework/Headers/pj/config.h:303:5: "Please specify target machine." [project_dir]/ios/VialerPJSIP.framework/Headers/pj/config.h:1297:4: "PJ_HAS_PENTIUM is not defined!" [project_dir]/ios/VialerPJSIP.framework/Headers/pj/config.h:1301:4: "PJ_IS_LITTLE_ENDIAN is not defined!" [project_dir]/ios/VialerPJSIP.framework/Headers/pj/config.h:1305:4: "PJ_IS_BIG_ENDIAN is not defined!"...
WARN Possible Unhandled Promise Rejection (id: 0): TypeError: null is not an object (evaluating '_reactNative.NativeModules.PjSipModule.createAccount')
Hi, I have do the setting for SIP call and successfully create account. but MakeCall function always get response "**Request Timeout**", There is not any server issue. because i will...
I'm trying to set the user agent but I cannot figure out how to do that. I tryed to set the header in the makeCall method like this: ``` const...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...