mirror of
https://github.com/shynome/wgortc.git
synced 2025-09-26 20:21:16 +08:00
9 lines
164 B
Go
9 lines
164 B
Go
package mux
|
|
|
|
import (
|
|
"github.com/pion/ice/v2"
|
|
"github.com/pion/webrtc/v3"
|
|
)
|
|
|
|
var WithUDPMux func(engine *webrtc.SettingEngine, port *uint16) (ice.UDPMux, error)
|