friends I had implemented Twillio Video call in my Android application its working fine in the availability of the network.But I am facing an issue in case of network lost.
Test Cases:-
- Device A call to Device B.
- Both connected to Room successfully.and video call working fine.
- Sudden Device B lost the network connection at this time the call is continuous this is a bug.
Expected :- Both have to disconnect from the room.
Actual:- they are still in connection
Please help if anybody implement this.
2
Answers
Use connection check method in your class detect app have connection or not if doesnt have connnection you can call the method of call disconnect.
If twillio is not disconnecting the call you can disconnect the call by yourself.
While initializing Room, we are providing listeners to it.
From this method you can disconnect your video-conversation.
For disconnect: