|
| virtual const zchar_t * | GetUserName ()=0 |
| | Get the username matched with the current user information.
|
| |
| virtual bool | IsHost ()=0 |
| | Determine whether the member corresponding with the current information is the host or not.
|
| |
| virtual unsigned int | GetUserID ()=0 |
| | Get the user ID matched with the current user information.
|
| |
| virtual const zchar_t * | GetAvatarPath ()=0 |
| | Get the avatar file path matched with the current user information.
|
| |
| virtual const zchar_t * | GetPersistentId ()=0 |
| | Get the user persistent id matched with the current user information.
|
| |
| virtual const zchar_t * | GetCustomerKey ()=0 |
| | Get the customer_key matched with the current user information.
|
| |
| virtual bool | IsVideoOn ()=0 |
| | Determine the video status of the user specified by the current information.
|
| |
| virtual bool | IsAudioMuted ()=0 |
| | Determine the audio status of the user specified by the current information.
|
| |
| virtual AudioType | GetAudioJoinType ()=0 |
| | Get the audio type of the user specified by the current information when joins the meeting.
|
| |
| virtual bool | IsMySelf ()=0 |
| | Determine whether the current information corresponds to the user himself or not.
|
| |
| virtual bool | IsInWaitingRoom ()=0 |
| | Determine whether the user specified by the current information is in the waiting room or not.
|
| |
| virtual bool | IsRaiseHand ()=0 |
| | Determine whether the user specified by the current information raises hand or not.
|
| |
| virtual UserRole | GetUserRole ()=0 |
| | Get the type of role of the user specified by the current information.
|
| |
| virtual bool | IsPurePhoneUser ()=0 |
| | Determine whether the user corresponding to the current information joins the meeting by telephone or not.
|
| |
| virtual int | GetAudioVoiceLevel ()=0 |
| | Get the Mic level of the user corresponding to the current information.
|
| |
| virtual bool | IsClosedCaptionSender ()=0 |
| | Determine whether the user corresponding to the current information is the sender of Closed Caption or not.
|
| |
| virtual bool | IsTalking ()=0 |
| | Determine whether the user specified by the current information is talking or not.
|
| |
| virtual bool | IsH323User ()=0 |
| | Determine whether the user specified by the current information is H323 user or not.
|
| |
| virtual WebinarAttendeeStatus * | GetWebinarAttendeeStatus ()=0 |
| | Get the webinar status of the user specified by the current information.
|
| |
| virtual RecordingStatus | GetLocalRecordingStatus ()=0 |
| | Get the local recording status.
|
| |
| virtual bool | IsRawLiveStreaming ()=0 |
| | Determine whether the user has started a raw live stream.
|
| |
| virtual bool | HasRawLiveStreamPrivilege ()=0 |
| | Determine whether the user has raw live stream privilege.
|
| |
| virtual bool | HasCamera ()=0 |
| | Query if the participant has a camera.
|
| |
| virtual bool | IsProductionStudioUser ()=0 |
| | Determine whether the user is production studio user.
|
| |
| virtual bool | IsInWebinarBackstage ()=0 |
| | Determine whether the user specified by the current information is in the webinar backstage or not.
|
| |
| virtual unsigned int | GetProductionStudioParent ()=0 |
| | Get the parent user ID of the production studio user.
|
| |
| virtual bool | IsBotUser ()=0 |
| | Determine whether the user specified by the current information is bot user or not.
|
| |
| virtual const zchar_t * | GetBotAppName ()=0 |
| | Get the bot app name.
|
| |
| virtual bool | IsVirtualNameTagEnabled ()=0 |
| | Query if the participant enabled virtual name tag.
|
| |
| virtual IList< ZoomSDKVirtualNameTag > * | GetVirtualNameTagList ()=0 |
| | Query the virtual name tag roster infomation.
|
| |
| virtual IList< GrantCoOwnerAssetsInfo > * | GetGrantCoOwnerAssetsInfo ()=0 |
| | Query the granted assets info when assign a co-owner.
|
| |
| virtual | ~IUserInfo () |
| |
User information interface.
Definition at line 80 of file meeting_participants_ctrl_interface.h.