Reuse transceivers (#24)
* protocol 4 * default to v4 * mediaStreamTrack.enabled * track start * private constructor * remote audio/video tracks * log sdp * organize imports
This commit is contained in:
@@ -7,6 +7,7 @@ typedef CancelListenFunc = Function();
|
||||
enum ProtocolVersion {
|
||||
protocol2,
|
||||
protocol3,
|
||||
protocol4,
|
||||
}
|
||||
|
||||
enum ConnectionState {
|
||||
|
||||
Reference in New Issue
Block a user