PASS addTrack - Calling removeTrack when connection is closed should throw InvalidStateError
PASS addTransceiver - Calling removeTrack on different connection that is closed should throw InvalidStateError
PASS addTrack - Calling removeTrack on different connection that is closed should throw InvalidStateError
-FAIL addTransceiver - Calling removeTrack on different connection should throw InvalidAccessError assert_throws: function "() => pc2.removeTrack(sender)" did not throw
-FAIL addTrack - Calling removeTrack on different connection should throw InvalidAccessError assert_throws: function "() => pc2.removeTrack(sender)" did not throw
+PASS addTransceiver - Calling removeTrack on different connection should throw InvalidAccessError
+PASS addTrack - Calling removeTrack on different connection should throw InvalidAccessError
PASS addTransceiver - Calling removeTrack with valid sender should set sender.track to null
PASS addTrack - Calling removeTrack with valid sender should set sender.track to null
PASS Calling removeTrack with currentDirection sendrecv should set direction to recvonly