WhiteRoomMember Class Reference

Inherits from WhiteObject
Declared in WhiteRoomMember.h

Overview

Information of the users in interactive mode in the live Interactive Whiteboard room.

Note:

This class applies to the users in interactive mode only, because the users in subscription mode are not room members.

  memberId

The member ID of the user.

@property (nonatomic, assign, readonly) NSInteger memberId

Discussion

When a user joins the live Interactive Whiteboard room in interactive mode, the SDK assigns a unique member ID for the user.

Declared In

WhiteRoomMember.h

  memberState

The name of the whiteboard tool. See WhiteReadonlyMemberState.

@property (nonatomic, strong, readonly) WhiteReadonlyMemberState *memberState

Declared In

WhiteRoomMember.h

  information

This property is deprecated. Use payload instead.

@property (nonatomic, strong, readonly, nullable) WhiteMemberInformation *information

Discussion

The user information.

Declared In

WhiteRoomMember.h

  payload

The customized user information that is passed in when the user joins the room, which can be converted to JSON, string or number.

@property (nonatomic, strong, readonly, nullable) id payload

Availability

2.1.0

Note:

If you want to use the SDK default avatar display, please use the avatar field to set the user avatar.

Declared In

WhiteRoomMember.h