Closed
Description
Describe the bug
Calling PeerConnection
's removeTrack
method in Unified-Plan throws The Method '[ ]' was called on null "result"
in Dart.
To Reproduce
final videoSender = await peerConnection
.addTrack(videoTracks.first, [signaling.mediaStream]);
await peerConnection.removeTrack(videoSender);
Expected behavior
The track is probably removed successfully as this error is in the Dart code, but it should complete successfully and return a boolean whether it was removed or not.
Metadata
Metadata
Assignees
Labels
No labels