mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 07:08:11 +00:00
test(e2e): update seichannel options to match vp8channel settings
This commit is contained in:
@@ -909,7 +909,7 @@ func e2eTransportOptions(transportName string) transport.Options {
|
||||
case "vp8channel":
|
||||
return vp8channel.Options{FPS: 60, BatchSize: 64}
|
||||
case "seichannel":
|
||||
return seichannel.Options{FPS: 30, BatchSize: 4, FragmentSize: 512, AckTimeoutMS: 1500}
|
||||
return seichannel.Options{FPS: 60, BatchSize: 64, FragmentSize: 512, AckTimeoutMS: 1500}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user