ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
125 stars 111 forks source link

getMediaDevices is not a function #139

Closed mikeangelsilva closed 3 years ago

mikeangelsilva commented 3 years ago

i tried integrating the code of RMVideoChatConf project into my project.

and i get this.

image

"react": "16.9.0", "react-native": "0.63.0"

help me on this

ccvlad commented 3 years ago

Our SDK uses react-native-webrtc lib. So you should manually link the lib.

From our docs: https://developers.connectycube.com/reactnative/videocalling?id=connect-webrtc-lib Guides for iOS and Android: https://github.com/react-native-webrtc/react-native-webrtc#installation

mikeangelsilva commented 3 years ago

fixed thank you!