mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
send video IDs with signal provide.
This commit is contained in:
@ -41,10 +41,11 @@ type SystemDisconnect struct {
|
||||
/////////////////////////////
|
||||
|
||||
type SignalProvide struct {
|
||||
Event string `json:"event,omitempty"`
|
||||
SDP string `json:"sdp"`
|
||||
Lite bool `json:"lite"`
|
||||
ICE []string `json:"ice"`
|
||||
Event string `json:"event,omitempty"`
|
||||
SDP string `json:"sdp"`
|
||||
Lite bool `json:"lite"`
|
||||
ICE []string `json:"ice"`
|
||||
Videos []string `json:"videos"`
|
||||
}
|
||||
|
||||
type SignalCandidate struct {
|
||||
|
Reference in New Issue
Block a user