implemented local client join functionality
This commit is contained in:
@@ -21,6 +21,10 @@ namespace WHISPER {
|
||||
JOIN=1,
|
||||
/// participant is leaving
|
||||
LEAVE,
|
||||
/// PING
|
||||
PING,
|
||||
/// PONG
|
||||
PONG,
|
||||
/// owntrack informaton
|
||||
OWN_TRACK,
|
||||
/// raw track message
|
||||
|
||||
Reference in New Issue
Block a user