Jason Chong
Jason Chong
Currently I am re-initializing the publisher if there is no camera, but if there is no microphone, I get a 2001 error saying that I need access HTTPS with Camera...
I have implemented the screenshare feature with the use of OT.checkScreenSharingCapability then published a stream on like so: ``` publisher = OT.initPublisher( 'screen-preview', { videoSource: 'screen', insertMode: 'append', fitMode: 'contain',...
I currently have a tag in HTML of ``` ``` Then I am implementing a sharing screen feature using this: ``` publisher = OT.initPublisher( 'screen-preview', { videoSource: 'screen', subscribeToAudio: false,...
I have deployed my website with Firebase hosting and starting to encounter this error whenever I launch the video call. ` ` ` Access to fetch at 'https://api.opentok.com/session/create' from origin...
I currently have the vonage video call implemented on a path `/videocall`. However, the call does not disconnect when I press the back button on the browser or when I...
I have implemented the screenshare feature with the use of OT.checkScreenSharingCapability then published a stream on like so: ``` publisher = OT.initPublisher( 'screen-preview', { videoSource: 'screen', insertMode: 'append', fitMode: 'contain',...
I am trying to create a group video call and normally in pure vanilla JS, I would do session.on('streamCreated', event) then just subscribe to the publisher. But using this hook,...