opentok / opentok-windows-sdk-samples

Sample applications illustrating best practices using OpenTok Windows SDK
MIT License
9 stars 29 forks source link

Unable to create a session #16

Closed Raj123456788 closed 4 years ago

Raj123456788 commented 5 years ago

Session = new Session(Context.Instance, API_KEY, SESSION_ID)

What should be session ID. The instructions provided is not sufficient.

michaeljolley commented 4 years ago

Hi @Raj123456788, you can create a Session Id in your Account using the Project Tools for the project your using. However, for production, you should be generating Session Ids using our REST API or Server SDKs.