@longlv91/training-common
Version:
Training common library
14 lines • 472 B
TypeScript
export declare enum SocketEventType {
TEST = "test",
PINGPONG = "pingpong",
JOIN_ROOM = "subscribe",
LEAVE_ROOM = "unsubscribe",
USER_METADATA = "user-metadata",
MESSAGE = "message",
CHANNEL_READY = "channelCreated",
REQUEST_JOIN_CHANNEL = "requestJoinChannel",
RESPONSE_JOIN_CHANNEL = "responseJoinChannel",
ADD_MEMBER = "addMember",
REMOVE_MEMBER = "removeMember"
}
//# sourceMappingURL=socket-event.enum.d.ts.map