react-use-opentok icon indicating copy to clipboard operation
react-use-opentok copied to clipboard

React Hook for conveniently use @opentok/client SDK.

Results 1 react-use-opentok issues
Sort by recently updated
recently updated
newest added

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,...