|
Agora Interactive Whiteboard Java API Reference
|
Public Member Functions | |
| MemberState | getMemberState () |
| Object | getPayload () |
| Long | getMemberId () |
| String | getCurrentApplianceName () |
| MemberInformation | getInformation () |
The RoomMember class, for getting the information of the users in interactive mode in the live Interactive Whiteboard room.
| MemberState com.herewhite.sdk.domain.RoomMember.getMemberState | ( | ) |
Gets the state of the whiteboard tool currently in use by the user.
MemberState. | Object com.herewhite.sdk.domain.RoomMember.getPayload | ( | ) |
Gets the customized user information of the user that is passed in when the user joins the room.
| Long com.herewhite.sdk.domain.RoomMember.getMemberId | ( | ) |
Gets the member ID of the user.
When a user joins the live Interactive Whiteboard room in interactive mode, the SDK assigns a unique member ID for the user.
| String com.herewhite.sdk.domain.RoomMember.getCurrentApplianceName | ( | ) |
Gets the whiteboard tool currently in use by the user.
getMemberState instead.| MemberInformation com.herewhite.sdk.domain.RoomMember.getInformation | ( | ) |
Gets the customized user information that is passed in when the user joins the room.
getPayload instead.