mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Can send SDP back to server
This commit is contained in:
@ -184,8 +184,7 @@ class _CallScreenState extends SafeState<CallScreen> {
|
||||
if (ev.sessionDescription.type == "offer") {
|
||||
final answer = await _peersConnections[ev.peerID].createAnswer({});
|
||||
|
||||
//TODO : Send answer back to server
|
||||
print("ANSWER TO SEND ${answer.toMap()}");
|
||||
await CallsHelper.sendSessionDescription(convID, ev.peerID, answer);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user