Compare commits
2 commits
14b06e3351
...
0f35b9b98c
Author | SHA1 | Date | |
---|---|---|---|
|
0f35b9b98c | ||
|
210ff56061 |
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ pub enum ApplicationMessage {
|
||||||
TrackingBoxes(TrackingUpdate),
|
TrackingBoxes(TrackingUpdate),
|
||||||
ManualMovementOverride((i32, i32)),
|
ManualMovementOverride((i32, i32)),
|
||||||
|
|
||||||
|
CanConnectionWebRTCRequest,
|
||||||
|
ConnectionSupportsWebRTC(bool),
|
||||||
WebRTCPacket(RTCSessionDescription),
|
WebRTCPacket(RTCSessionDescription),
|
||||||
WebRTCIceCandidate(RTCIceCandidate),
|
WebRTCIceCandidate(RTCIceCandidate),
|
||||||
WebRTCIceCandidateInit(RTCIceCandidateInit),
|
WebRTCIceCandidateInit(RTCIceCandidateInit),
|
||||||
|
|
Loading…
Reference in a new issue