socket 관련 코드에 대한 modal message 수정
Closed this issue · 0 comments
Loodyy commented
As-Is
- socket 관련 코드 (우측)에 대한 modal message 수정
export enum SOCKET_MESSAGE {
FULL_ROOM = 'full_room',
NO_ROOM = 'no_room',
BUSY_ROOM = 'busy_room',
NOT_ENOUGHT_USER = 'not_enought_user',
VIDEO_TIME_LIMIT_OVER = 'video_time_limit_over',
EXIST_SAME_AUTH_ID = 'exist_same_auth_id',
}
To-Be
토스트 형태로 띄움.