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.