blob: db32f43e3c36c194c2fafddd5dd8e190c0634004 [file] [log] [blame]
This is a testharness.js-based test.
PASS addTrack when pc is closed should throw InvalidStateError
PASS addTrack with single track argument and no stream should succeed
PASS addTrack with single track argument and single stream should succeed
PASS addTrack with single track argument and multiple streams should succeed
PASS Adding the same track multiple times should throw InvalidAccessError
PASS addTrack with existing sender with null track, same kind, and recvonly direction should reuse sender
PASS addTrack with existing sender that has not been used to send should reuse the sender
PASS addTrack with existing sender that has been used to send should create new sender
PASS addTrack with existing sender with null track, different kind, and recvonly direction should create new sender
Harness: the test ran to completion.