diff --git a/src/lib.rs b/src/lib.rs index 1e91c75..7105f62 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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),