Mohammed Hanif
Mohammed Hanif
I am trying to remove() a serialized class but `settings.remove("key")` doesn't seems to work for Serialized module. I am using `no-arg` module to instantiate `settings` variable. My `settings.remove(key)` works with...
If our recyclerview list Item background is transparent then our left or right view is visible in background.
### Description I've created a matrix session with credentials like below :- ``` val credential = Credentials( userId = userId, accessToken = accessToken, homeServer = homeServer, refreshToken = null, deviceId...
Hi, Thanks for this amazing library, I found one issue here :- When we set textInitials which contains multiple spaces in between at that time app is crashed :- Eg...
**Describe the bug** I am trying to send a json object to my server something like this :- ``` val jsonObject = JsonObject() jsonObject.addProperty("domain", "test") jsonObject.addProperty("type", "test") jsonObject.addProperty("bearer", "test") mSocket?.emit("subscribe",...
**Is your feature request related to a problem you are facing?** I want to change the placeholder text for the chat screen when in Jitsi Meeting. **Describe the solution you'd...
### Description: Unable to start camera in the latest sdk version 9.2.2 for Mobile (Android and iOS). I tried downgrading sdk version to 8.3.1 and it works. ### Steps to...
Hi, I've installed Jitsi demo app from :- https://github.com/jitsi/jitsi-meet-sdk-samples In the code :- `MainActivity File ` ``` val defaultOptions = JitsiMeetConferenceOptions.Builder() .setServerURL(serverURL) // When using JaaS, set the obtained JWT...
### Description I am adding a some custom keys to my message content while sending event, now when I get the message in my `onTimeLineUpdated Listener` there the custom keys...
Hey, we are using push notification using sygnal, recently we encountered notifications were disabled as firebase has deprecated and it's recommended to use V1 api's. So we have upgraded our...