im.zego.zegoexpress.entity.ZegoRoomConfig

Advanced room configuration.

Declared in entity/ZegoRoomConfig.java

Public-Attrib Lists

  • maxMemberCount - The maximum number of users in the room, Passing 0 means unlimited, the default is unlimited.
  • isUserStatusNotify - Whether to enable the user in and out of the room callback notification [onRoomUserUpdate], the default is off.
  • token - The token issued by the developer's business server is used to ensure security.

Public-Func Lists

Public-Attrib Docs

maxMemberCount

public int maxMemberCount ()

The maximum number of users in the room, Passing 0 means unlimited, the default is unlimited.

isUserStatusNotify

public boolean isUserStatusNotify ()

Whether to enable the user in and out of the room callback notification [onRoomUserUpdate], the default is off.

token

public String token ()

The token issued by the developer's business server is used to ensure security.

Public-Func Docs

ZegoRoomConfig

public ZegoRoomConfig ()