Documentation

SpeechServiceUserStatusReq extends Message
in package

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

Table of Contents

Properties

$key_id  : mixed
Generated from protobuf field <code>string key_id = 4;</code>
$room_id  : mixed
Generated from protobuf field <code>string room_id = 1;</code>
$room_sid  : mixed
Generated from protobuf field <code>string room_sid = 2;</code>
$task  : mixed
Generated from protobuf field <code>.plugnmeet.SpeechServiceUserStatusTasks task = 5;</code>
$user_id  : mixed
Generated from protobuf field <code>string user_id = 3;</code>

Methods

__construct()  : mixed
Constructor.
getKeyId()  : string
Generated from protobuf field <code>string key_id = 4;</code>
getRoomId()  : string
Generated from protobuf field <code>string room_id = 1;</code>
getRoomSid()  : string
Generated from protobuf field <code>string room_sid = 2;</code>
getTask()  : int
Generated from protobuf field <code>.plugnmeet.SpeechServiceUserStatusTasks task = 5;</code>
getUserId()  : string
Generated from protobuf field <code>string user_id = 3;</code>
setKeyId()  : $this
Generated from protobuf field <code>string key_id = 4;</code>
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 1;</code>
setRoomSid()  : $this
Generated from protobuf field <code>string room_sid = 2;</code>
setTask()  : $this
Generated from protobuf field <code>.plugnmeet.SpeechServiceUserStatusTasks task = 5;</code>
setUserId()  : $this
Generated from protobuf field <code>string user_id = 3;</code>

Properties

$task

Generated from protobuf field <code>.plugnmeet.SpeechServiceUserStatusTasks task = 5;</code>

protected mixed $task = 0

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 string $room_id
@type string $room_sid
@type string $user_id
@type string $key_id
@type int $task

}

getKeyId()

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

public getKeyId() : string
Return values
string

getRoomId()

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

public getRoomId() : string
Return values
string

getRoomSid()

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

public getRoomSid() : string
Return values
string

getTask()

Generated from protobuf field <code>.plugnmeet.SpeechServiceUserStatusTasks task = 5;</code>

public getTask() : int
Return values
int

getUserId()

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

public getUserId() : string
Return values
string

setKeyId()

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

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

setRoomId()

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

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

setRoomSid()

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

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

setTask()

Generated from protobuf field <code>.plugnmeet.SpeechServiceUserStatusTasks task = 5;</code>

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

setUserId()

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

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

        
On this page

Search results