opentok / opentok-android-sdk-samples

Sample applications illustrating best practices using OpenTok Android SDK.
https://tokbox.com/developer/sdks/android/
MIT License
211 stars 169 forks source link

how to set unique id to publisher #325

Closed keval02 closed 3 years ago

keval02 commented 3 years ago

Using which property, I can set the unique id to the publisher when he starts the video. I want to get that unique id in other mobile so that I can display that particular video there.

igorwojda commented 3 years ago

To split various users/devices into separate sessions (separate video calls/conversations) you should create an opentok session and then when the user wants to join the session (on the mobile) you should retrieve the session token from your server.

If you want to send more data between session participants you can use Signaling (Docs, Sample)

igorwojda commented 3 years ago

It's have been a while, so I will close this issue for now. Feel free to reopen it if you still need help on this. As an alternative, you can reach us at Vonage Developer Community Slack.