Hi,
So in iOS there is a way to do this
HMSConfig(userID: UUID().uuidString,
roomID: self.roomId, authToken: self.sessionAuth)
but in Andorid there is no HMSConfig to add room id All I see is meta data in the HMSConfig(). How do we join a room using room id in android? any example will be appreciated.