onSessionStoreAvailable abstract method

void onSessionStoreAvailable({
  1. HMSSessionStore? hmsSessionStore,
})

Whenever a user joins a room onSessionStoreAvailable is fired to get an instance of HMSSessionStore which can be used to perform session metadata operations

  • Parameters:
    • hmsSessionStore: An instance of HMSSessionStore which will be used to call session metadata methods

Implementation

void onSessionStoreAvailable({HMSSessionStore? hmsSessionStore});