mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add iceTrickle for restart from config.
This commit is contained in:
@ -9,7 +9,7 @@ type ICEServer struct {
|
||||
}
|
||||
|
||||
type WebRTCPeer interface {
|
||||
CreateOffer(ICETrickle bool, ICERestart bool) (*webrtc.SessionDescription, error)
|
||||
CreateOffer(ICERestart bool) (*webrtc.SessionDescription, error)
|
||||
SignalAnswer(sdp string) error
|
||||
SignalCandidate(candidate webrtc.ICECandidateInit) error
|
||||
|
||||
|
Reference in New Issue
Block a user