You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
i have created an ionic application where i am using opentok api to implement video call. everything is working fine. i implement the functionality to turn On and Turn Off Camera by using publisher.publishVideo() function, the same way i implemented mute and unmute functionality of microphone by using publisher.publishAudio().
the problem is publishAudio() is working fine. but publishVideo() is working on web and not working on other platforms like android and ios.
The text was updated successfully, but these errors were encountered:
i have created an ionic application where i am using opentok api to implement video call. everything is working fine. i implement the functionality to turn On and Turn Off Camera by using publisher.publishVideo() function, the same way i implemented mute and unmute functionality of microphone by using publisher.publishAudio().
the problem is publishAudio() is working fine. but publishVideo() is working on web and not working on other platforms like android and ios.
The text was updated successfully, but these errors were encountered: