update type name

This commit is contained in:
Nickiel12 2024-09-18 18:23:47 +00:00
parent 0f35b9b98c
commit f1c42e73a7

View file

@ -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),