Documentation

ExternalMediaPlayerReq extends Message
in package

Generated from protobuf message <code>plugnmeet.ExternalMediaPlayerReq</code>

Table of Contents

Properties

$room_id  : mixed
Generated from protobuf field <code>string room_id = 4;</code>
$seek_to  : mixed
Generated from protobuf field <code>optional double seek_to = 3;</code>
$task  : mixed
Generated from protobuf field <code>.plugnmeet.ExternalMediaPlayerTask task = 1;</code>
$url  : mixed
Generated from protobuf field <code>optional string url = 2;</code>
$user_id  : mixed
Generated from protobuf field <code>string user_id = 5;</code>

Methods

__construct()  : mixed
Constructor.
clearSeekTo()  : mixed
clearUrl()  : mixed
getRoomId()  : string
Generated from protobuf field <code>string room_id = 4;</code>
getSeekTo()  : float
Generated from protobuf field <code>optional double seek_to = 3;</code>
getTask()  : int
Generated from protobuf field <code>.plugnmeet.ExternalMediaPlayerTask task = 1;</code>
getUrl()  : string
Generated from protobuf field <code>optional string url = 2;</code>
getUserId()  : string
Generated from protobuf field <code>string user_id = 5;</code>
hasSeekTo()  : mixed
hasUrl()  : mixed
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 4;</code>
setSeekTo()  : $this
Generated from protobuf field <code>optional double seek_to = 3;</code>
setTask()  : $this
Generated from protobuf field <code>.plugnmeet.ExternalMediaPlayerTask task = 1;</code>
setUrl()  : $this
Generated from protobuf field <code>optional string url = 2;</code>
setUserId()  : $this
Generated from protobuf field <code>string user_id = 5;</code>

Properties

$room_id

Generated from protobuf field <code>string room_id = 4;</code>

protected mixed $room_id = ''

$seek_to

Generated from protobuf field <code>optional double seek_to = 3;</code>

protected mixed $seek_to = null

$task

Generated from protobuf field <code>.plugnmeet.ExternalMediaPlayerTask task = 1;</code>

protected mixed $task = 0

$url

Generated from protobuf field <code>optional string url = 2;</code>

protected mixed $url = null

$user_id

Generated from protobuf field <code>string user_id = 5;</code>

protected mixed $user_id = ''

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type int $task
@type string $url
@type float $seek_to
@type string $room_id
@type string $user_id

}

getRoomId()

Generated from protobuf field <code>string room_id = 4;</code>

public getRoomId() : string
Return values
string

getSeekTo()

Generated from protobuf field <code>optional double seek_to = 3;</code>

public getSeekTo() : float
Return values
float

getTask()

Generated from protobuf field <code>.plugnmeet.ExternalMediaPlayerTask task = 1;</code>

public getTask() : int
Return values
int

getUrl()

Generated from protobuf field <code>optional string url = 2;</code>

public getUrl() : string
Return values
string

getUserId()

Generated from protobuf field <code>string user_id = 5;</code>

public getUserId() : string
Return values
string

setRoomId()

Generated from protobuf field <code>string room_id = 4;</code>

public setRoomId(string $var) : $this
Parameters
$var : string
Return values
$this

setSeekTo()

Generated from protobuf field <code>optional double seek_to = 3;</code>

public setSeekTo(float $var) : $this
Parameters
$var : float
Return values
$this

setTask()

Generated from protobuf field <code>.plugnmeet.ExternalMediaPlayerTask task = 1;</code>

public setTask(int $var) : $this
Parameters
$var : int
Return values
$this

setUrl()

Generated from protobuf field <code>optional string url = 2;</code>

public setUrl(string $var) : $this
Parameters
$var : string
Return values
$this

setUserId()

Generated from protobuf field <code>string user_id = 5;</code>

public setUserId(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results