mirror of
https://github.com/harshabose/client.git
synced 2025-09-26 19:31:20 +08:00
19 lines
403 B
Go
19 lines
403 B
Go
//go:build cgo_enabled
|
|
|
|
package client
|
|
|
|
// func (c *PeerConnectionConfig) withBandwidthControl() PeerConnectionOption {
|
|
// if len(c.BWSubscriptions) == 0 {
|
|
// return nil
|
|
// }
|
|
// return WithBandwidthControl()
|
|
// }
|
|
|
|
// func (c *PeerConnectionConfig) ToOptions() []PeerConnectionOption {
|
|
// builder := pcOptionBuilder{}
|
|
//
|
|
// return builder.
|
|
// add(c.withFirebaseOfferSignal()).
|
|
// options
|
|
// }
|