mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 13:54:34 +00:00
tests for both dual and single peer connection
This commit is contained in:
@@ -16,7 +16,8 @@ package types
|
||||
|
||||
type ProtocolVersion int
|
||||
|
||||
const CurrentProtocol = 16
|
||||
const CurrentProtocol = 17
|
||||
const MaxProtocolDualPeerConnection = 16
|
||||
|
||||
func (v ProtocolVersion) SupportsPackedStreamId() bool {
|
||||
return v > 0
|
||||
|
||||
Reference in New Issue
Block a user