ApiRTC / ApiRTC-cordova-demo

Example of how to use ApiRTC into mobile application
14 stars 8 forks source link

iOS error #10

Closed craidencool13 closed 3 years ago

craidencool13 commented 6 years ago

screen shot 2018-05-23 at 3 35 34 pm

I am getting this error. Anyone know how to solve this? thanks

FredLuart commented 4 years ago

Can you check with the updated sample ?

yalkurdi commented 4 years ago

I am getting this errors on iPhone

MyApp[2472:116954] ERROR: [2020-03-07T11:06:10.586Z][ERROR]apiRTC(WebRTC_Call) Failed to get access to local media. Error code was undefined 2020-03-07 14:06:10.589212+0300 MyApp[2472:116954] ERROR: [2020-03-07T11:06:10.586Z][ERROR]apiRTC(WebRTC_Call) TypeError: apiCC.myWebRTC_Adapter.getUserMedia is not a function. (In 'apiCC.myWebRTC_Adapter.getUserMedia(e,t,i)', 'apiCC.myWebRTC_Adapter.getUserMedia' is undefined)

FredLuart commented 4 years ago

Hello, Can you check that you have well imported iosrtc plugin: cordova plugin add cordova-plugin-iosrtc

and that you execute : cordova.plugins.iosrtc.registerGlobals();