음성채팅에 mid 대신 alias로 로그인
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user