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
When i use OT.changeCameraPosition(this.state.publisherId, 'back') it's not working as per my expectation.
I get my publisherId in this.publisherEventHandlers = { streamCreated: event => {event.streamId}
Anything mistake from my side.
The text was updated successfully, but these errors were encountered:
I am changing the cameraPosition programatically and passing the updated value to the above code. But when I use OT.publishAudio(publisherId, publisherProperties.publishAudio) or OT.publishVideo(publisherId, publisherProperties.publishVideo) the cameraPosition changes. Please assist.
When i use OT.changeCameraPosition(this.state.publisherId, 'back') it's not working as per my expectation.
I get my publisherId in
this.publisherEventHandlers = { streamCreated: event => {event.streamId}
Anything mistake from my side.
The text was updated successfully, but these errors were encountered: