Added a close message
This commit is contained in:
parent
01495ff1d8
commit
14b06e3351
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ pub enum ApplicationMessage {
|
|||
WebRTCPacket(RTCSessionDescription),
|
||||
WebRTCIceCandidate(RTCIceCandidate),
|
||||
WebRTCIceCandidateInit(RTCIceCandidateInit),
|
||||
|
||||
CloseConnection,
|
||||
}
|
||||
|
||||
pub type AppSender = Sender<ApplicationMessage>;
|
||||
|
|
Loading…
Reference in a new issue