ShravanKumar Teegala

Results 13 comments of ShravanKumar Teegala

Try this Solution : solve by customising below code. let documentsUrl = fileManager.temporaryDirectory #else let documentsUrl = fileManager.urls(for: self.searchPathDirectory(), in: .userDomainMask)[0] #endif do { let custdestinationUrl = documentsUrl.appendingPathComponent("content/") let destinationUrl...

How to Create Group Chat(MUC) in IOS . I am developing a chat app in iOS. In XMPP server (Ejabberd in this case,I have enabled MUC ). I have registered...

Hi shraddha-patel-1891. Create Group and rename and Add users to Group is working fine. But,How to delete specific user from Room(Group)owner is mine . in my Chat Application. Please help...

I had Same issue . Orientation changes Camera View is shows to zoom any one plz help .

to manage my session whenever I want without a crash ! Use this if (_session) { ``` for (UIGestureRecognizer *recognizer in _session.previewView.gestureRecognizers) { [_session.previewView removeGestureRecognizer:recognizer]; } [_session.previewView removeFromSuperview]; _session =...

![screen shot 2016-01-06 at 10 54 44 am](https://cloud.githubusercontent.com/assets/13646977/12135655/4b78d57a-b464-11e5-9e00-4c792989f060.png) I want to like this type

![screen shot 2017-06-21 at 2 29 09 pm](https://user-images.githubusercontent.com/13646977/27375880-12e00fee-568e-11e7-9e9b-e3af827da9a5.png)

When I accept appRtc Action sheet 'YES' it shows above log . But Video(calling) view not showing. please help me.