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),
|
TrackingBoxes(TrackingUpdate),
|
||||||
ManualMovementOverride((i32, i32)),
|
ManualMovementOverride((i32, i32)),
|
||||||
|
|
||||||
|
CanConnectionWebRTCRequest,
|
||||||
ConnectionSupportsWebRTC(bool),
|
ConnectionSupportsWebRTC(bool),
|
||||||
WebRTCPacket(RTCSessionDescription),
|
WebRTCPacket(RTCSessionDescription),
|
||||||
WebRTCIceCandidate(RTCIceCandidate),
|
WebRTCIceCandidate(RTCIceCandidate),
|
||||||
|
|
Loading…
Reference in a new issue