✨ Realtime call participants
🐛 Fix update, delete message wont send websocket packet
This commit is contained in:
@ -5,6 +5,10 @@ using NodaTime.Serialization.SystemTextJson;
|
||||
public class WebSocketPacketType
|
||||
{
|
||||
public const string Error = "error";
|
||||
public const string MessageNew = "messages.new";
|
||||
public const string MessageUpdate = "messages.update";
|
||||
public const string MessageDelete = "messages.delete";
|
||||
public const string CallParticipantsUpdate = "call.participants.update";
|
||||
}
|
||||
|
||||
public class WebSocketPacket
|
||||
|
Reference in New Issue
Block a user