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

How to turn video on and off during a call

Open rsnay opened this issue 6 years ago • 6 comments

Many video calling applications provide the functionality to toggle on/off your video being shown to the other call participant(s). Basically a mute button, but for video—you can still see the other party, but your video isn't being transmitted.

The Endpoint class provides a way to mute a call, but how should video be toggled on/off during a call (as opposed to just setting it with the videoCount variable at call setup)? Ideally this could be specific for each party, and not for the entire call (e.g. I can see the other party, even if they can't see me, or vice-versa).

Thanks!

rsnay avatar Jun 02 '18 02:06 rsnay

followings this post

JensPauwels avatar Jun 05 '18 14:06 JensPauwels

Any suggestion for this ? toggle on/off video call

tribeappid avatar Aug 09 '18 09:08 tribeappid

Is this possible in this module ? If yes , please tell me how to accomplish it.

varunprashar5 avatar Dec 12 '18 10:12 varunprashar5

Hey Guys, yes it is possible by sending re-invite with videoCount 0 or 1, but current JS bindings version doesn't support re-invites as I remember, currently I don't have time to work on it for free, let me know if you need commercial support on this feature.

datso avatar Dec 12 '18 11:12 datso

Hey Guys, yes it is possible by sending re-invite with videoCount 0 or 1, but current JS bindings version doesn't support re-invites as I remember, currently I don't have time to work on it for free, let me know if you need commercial support on this feature.

Yes please share your email and discuss further.

Regards, Varun

varunprashar5 avatar Jan 23 '19 07:01 varunprashar5

[email protected]

datso avatar Jan 24 '19 12:01 datso