MatteoNasci / VOCASY

Voice chat system
MIT License
1 stars 1 forks source link

Updated dlls. Reworked workflow ishandlermuted and addhandler. #11

Closed MatteoNasci closed 6 years ago

MatteoNasci commented 6 years ago

Now Ishandlermuted can receive an optional bool that can be used to inform the method to send an IsMutedMessage even if there have been no changes in the handler local mute status. Now AddHandler will always send an IsMutedMessage to update other clients on local status. Added all tests.