HotBox
HotBox copied to clipboard
React Native wrapper around TokBox's OpenTok SDK with a Houseparty Clone
Link: https://github.com/opentok/opentok-react-native
receiving a "not recognized Objective-C method" when trying to use session.createSubscriber(streamId); and session.createPublisher();
Hi, i needed the connection data when a subscriber connects to know who is who ( i have up to 4 subscriber). Unfortunately the api needs to be changed from...
I try to listen do subscriberDidDisconnect, but it never gets called, even if some other app that is connected gets closed. I wonder what i am doing wrong? I belive...
Hi, I see there is no documentation for Android, did you actually implement an Android version for this?
For the project I'm working on, I wanted to know, in plain english and at a glance, what each event indicates. I wrote handlers for each event (except signaling) and...