Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
JoinChatRoomParams
Interface JoinChatRoomParams
加入聊天室的参数。
interface
JoinChatRoomParams
{
chatRoomId
:
string
;
ext
?:
string
;
leaveOtherRooms
?:
boolean
;
}
Hierarchy (
View Summary
)
ChatRoomMutationTarget
JoinChatRoomParams
Index
Properties
chat
Room
Id
ext?
leave
Other
Rooms?
Properties
Readonly
chat
Room
Id
chatRoomId
:
string
聊天室 ID。该参数必传。
Optional
Readonly
ext
ext
?:
string
加入聊天室时透传给服务端的扩展信息。
Optional
Readonly
leave
Other
Rooms
leaveOtherRooms
?:
boolean
是否离开当前账号已加入的其他聊天室;未传时由服务端默认策略决定。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chat
Room
Id
ext
leave
Other
Rooms
IM SDK Web API 文档
Loading...
加入聊天室的参数。