Amira Elsayed Ismail
Amira Elsayed Ismail
I am getting this error after run pod install on my project Ambiguous use of 'default' in AVCaptureDevice.default(for: .video) and many other issues
I am trying to use this method to upload files and images to matrix server ``` private fun uploadContent(context: Context, contentStream: InputStream?, filename: String?, mimeType: String?, uploadId: String?, listener: IMXMediaUploadListener?)...
hello I am building a video chat app using matrix here is my code `callEvent?.observe(this, Observer { it?.let { call1 -> call = call1 initUiAndData() call!!.addListener(mCallsManager!!.callListener) mCallsManager!!.activeCall = call mCallsManager!!.setCallActivity(this)...
Hello I have build an app using matrix sdk android, it is working fine on Android 8 and when I try to test it on Android 6 it gives me...
if I am logged in using username : james password : 123456 users that comes from martix server are Sameh/@Sameh:domain.com Walid/@walid:domain.com madonna/@MADONNA:domain.com if I am logged in using username :...