Aniket Kadam
Aniket Kadam
@Harshal624 this may help as it's a problem with lower levels of java and gradle. > Have you set the following values in your app level build.grade? `compileOptions { sourceCompatibility...
> Hi, > > So in iOS there is a way to do this > > ``` > HMSConfig(userID: UUID().uuidString, > roomID: self.roomId, authToken: self.sessionAuth) > ``` > > but...
Classic issue with the second call of onClick not being expected. The disable doesn't happen fast enough. The best way to deal with this is using the onClick annotation of...