added request for webrtc support
This commit is contained in:
parent
210ff56061
commit
0f35b9b98c
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ pub enum ApplicationMessage {
|
|||
TrackingBoxes(TrackingUpdate),
|
||||
ManualMovementOverride((i32, i32)),
|
||||
|
||||
CanConnectionWebRTCRequest,
|
||||
ConnectionSupportsWebRTC(bool),
|
||||
WebRTCPacket(RTCSessionDescription),
|
||||
WebRTCIceCandidate(RTCIceCandidate),
|
||||
|
|
Loading…
Reference in a new issue