update type name
This commit is contained in:
parent
0f35b9b98c
commit
f1c42e73a7
1 changed files with 4 additions and 1 deletions
|
@ -39,7 +39,10 @@ pub enum ApplicationMessage {
|
|||
TrackingBoxes(TrackingUpdate),
|
||||
ManualMovementOverride((i32, i32)),
|
||||
|
||||
CanConnectionWebRTCRequest,
|
||||
/// Ask for a ConnectionSupportsWebRTC response from the remote
|
||||
ConnectionSupportsWebRTCRequest,
|
||||
/// Whether the other endpoing will support a webrtc connection (not all OSs are
|
||||
/// have the API for Tauri)
|
||||
ConnectionSupportsWebRTC(bool),
|
||||
WebRTCPacket(RTCSessionDescription),
|
||||
WebRTCIceCandidate(RTCIceCandidate),
|
||||
|
|
Loading…
Reference in a new issue