security-union / videocall-rs

teleconference system written in rust
https://www.videocall.rs
MIT License
1.36k stars 117 forks source link

refactor chat server join room method #77

Closed darioalessandro closed 1 year ago

darioalessandro commented 1 year ago

Prior to this change, if the server received a message that was not a MediaPacket protobuf message, it would crash while attempting to deserialize it.

I also took the time to refactor the handle a bit into multiple methods

darioalessandro commented 1 year ago

@leon3s done, what do you think?