100mslive/100ms-react-native

Add Session Store APIs on Android

Closed this issue ยท 0 comments

ygit commented

๐Ÿš€ Feature Request

APIs to be added -

- fun onSessionStoreAvailable(sessionStore: HmsSessionStore)

- fun updateSessionStore(data: String?, key : String, hmsActionResultListener: HMSActionResultListener) 

- sessionStore.addKeyChangeListener(listOf("date", "time"), object : HMSKeyChangeListener 

- sessionStore.get("mykey", object : HMSSessionMetadataListener 

Android Docs: https://www.100ms.live/docs/android/v2/how--to-guides/interact-with-room/room/session-store