Added a close message

This commit is contained in:
Nickiel12 2024-09-15 03:57:37 +00:00
parent 01495ff1d8
commit 14b06e3351

View file

@ -42,6 +42,8 @@ pub enum ApplicationMessage {
WebRTCPacket(RTCSessionDescription),
WebRTCIceCandidate(RTCIceCandidate),
WebRTCIceCandidateInit(RTCIceCandidateInit),
CloseConnection,
}
pub type AppSender = Sender<ApplicationMessage>;