ConnectyCube / connectycube-reactnative-samples

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

switch between voice and video call within an ongoing call #214

Closed arghyaMatrix closed 3 years ago

arghyaMatrix commented 3 years ago

I want to implement a feature to toggle between voice and video call within an ongoing call. how can I switch between voice and video call within an ongoing call? Please help me to achieve this feature

DaveLomber commented 3 years ago

For this you simply need to on/off camera

https://developers.connectycube.com/reactnative/videocalling?id=mute-video

arghyaMatrix commented 3 years ago

But muting video camera producing freezing of camera and again unmuting it it shows error no available video sources

DaveLomber commented 3 years ago

If it's freezing at receiver's side, we recommend to send system messages along with camera on/off https://developers.connectycube.com/reactnative/messaging?id=system-messages

in this case, other user can hide/show video stream element