mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-09-19 22:08:49 +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