async WTSession.getSessionState()

async getSessionState()

This method will retrieve actual session state from web-server

  • Result has the following shape:

const state = WTSDK.Session.getSessionState();
// state
// {
//     participants, //Array of participants
//     sessionId, // Current session ID
// }

Last updated