mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Can receive remote video
This commit is contained in:
@ -60,6 +60,6 @@ class CallsHelper {
|
||||
"callID": callID,
|
||||
"peerID": peerID,
|
||||
"type": "CANDIDATE",
|
||||
"data": jsonEncode(candidate)
|
||||
"data": jsonEncode(candidate.toMap())
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user