Interface: Player

player.Player

Player interface.

Implemented by

Properties

getID

getID: () => null | GlobalPlayerId

Get the player’s globally unique ID.

Type declaration

▸ (): null | GlobalPlayerId

Returns

null | GlobalPlayerId


getName

getName: () => null | string

Get the player’s name.

Type declaration

▸ (): null | string

Returns

null | string


getPhoto

getPhoto: () => null | string

Get the player’s photo URL.

Type declaration

▸ (): null | string

Returns

null | string


getType

getType: () => null | PlayerType

Get the player type. Only supported by the Zoom platform where the player can be either the HOST or a STANDARD meeting participant.

Type declaration

▸ (): null | PlayerType

Returns

null | PlayerType