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