Usama99786

Results 7 issues of Usama99786

I have shown all the filters in a recyclerview with an image. I want to show every image having a filter applied on it according to its name. Is there...

It works fine for a normal textview but when i use it with recyclerview. It only shows see more/ see less but they are not clickable and the color also...

I want to disable the sound when the video recording starts and end. I tried cameraPlaySounds=false but it only works for image capture shutter sound

I want to pause my streaming when the app is in background and resume when it is in foreground. Is there a support for this in the library. I saw...

I am building a chat module. So whenever I send an audio in the chat and the recyclerview adapter is refreshed, It crashes on mBinding?.waveform?.setSampleFrom(file_path) in the adapter. It also...

help wanted

I have installed Firebase pod and GoogleSignin pod in my KMP project. source 'https://cdn.cocoapods.org' platform :ios, '16.0' # Enable static frameworks to avoid conflicts use_frameworks! :linkage => :static target 'iosApp'...

val socket = Socket( endpoint = "http://handwi.com:4005", config = SocketOptions( queryParams = mapOf("" to ""), transport = SocketOptions.Transport.DEFAULT ) ) { on(SocketEvent.Connect) { println("SocketConnected123") val payload = buildJsonObject { put("search",...