Documentation

UserMetadataParameters
in package

Table of Contents

Properties

$extraData  : string
$exUserId  : string
$lockSettings  : LockSettingsParameters
$preferredLang  : string
$profilePic  : string
$recordWebcam  : bool

Methods

__construct()  : mixed
buildBody()  : array<string|int, mixed>
getExtraData()  : string
getExUserId()  : string
getLockSettings()  : LockSettingsParameters
getPreferredLang()  : string|null
getProfilePic()  : string
isRecordWebcam()  : bool
setExtraData()  : void
setExUserId()  : void
setLockSettings()  : mixed
setPreferredLang()  : void
setProfilePic()  : mixed
setRecordWebcam()  : void

Properties

Methods

buildBody()

public buildBody() : array<string|int, mixed>
Return values
array<string|int, mixed>

setPreferredLang()

public setPreferredLang(string $preferredLang) : void
Parameters
$preferredLang : string

For list of values please check: https://github.com/mynaparrot/plugNmeet-client/blob/main/src/helpers/languages.ts The value should be indicated as code in the above file example: es-ES Or bn-BD etc

setProfilePic()

public setProfilePic(string $profilePic) : mixed
Parameters
$profilePic : string

setRecordWebcam()

public setRecordWebcam(bool $recordWebcam) : void
Parameters
$recordWebcam : bool

        
On this page

Search results