|
|
@ -755,5 +755,6 @@ func (c *webRTCConn) readCandidate() (*webrtc.ICECandidateInit, error) { |
|
|
|
func (c *webRTCConn) apiReaderDescribe() interface{} { |
|
|
|
func (c *webRTCConn) apiReaderDescribe() interface{} { |
|
|
|
return struct { |
|
|
|
return struct { |
|
|
|
Type string `json:"type"` |
|
|
|
Type string `json:"type"` |
|
|
|
}{"webRTCConn"} |
|
|
|
ID string `json:"id"` |
|
|
|
|
|
|
|
}{"webRTCConn", c.uuid.String()} |
|
|
|
} |
|
|
|
} |
|
|
|