음성채팅에 mid 대신 alias로 로그인

This commit is contained in:
2024-01-09 19:42:37 +09:00
parent 2439c0ef68
commit 4bd537bd96
2 changed files with 5 additions and 6 deletions

View File

@ -11,14 +11,13 @@ import (
type JoinVoiceChatRequst struct {
Gid string
Mid string
Service string
Alias string
Service string
}
type LeaveVoiceChatRequst struct {
Gid string
Mid string
Alias string
Service string
}