mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Fixed call to rtcSetLocalDescription()
This commit is contained in:
@ -156,7 +156,7 @@ int test_capi_track_main() {
|
||||
rtcSetClosedCallback(peer1->tr, closedCallback);
|
||||
|
||||
// Initiate the handshake
|
||||
rtcSetLocalDescription(peer1->pc);
|
||||
rtcSetLocalDescription(peer1->pc, NULL);
|
||||
|
||||
attempts = 10;
|
||||
while ((!peer2->connected || !peer1->connected) && attempts--)
|
||||
|
Reference in New Issue
Block a user