Documentation

AzureTokenRenewReq extends Message
in package

Generated from protobuf message <code>plugnmeet.AzureTokenRenewReq</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>
$service_region  : mixed
Generated from protobuf field <code>string service_region = 3;</code>
$user_sid  : mixed
Generated from protobuf field <code>string user_sid = 2;</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>
getServiceRegion()  : string
Generated from protobuf field <code>string service_region = 3;</code>
getUserSid()  : string
Generated from protobuf field <code>string user_sid = 2;</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>
setServiceRegion()  : $this
Generated from protobuf field <code>string service_region = 3;</code>
setUserSid()  : $this
Generated from protobuf field <code>string user_sid = 2;</code>

Properties

$key_id

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

protected mixed $key_id = ''

$room_id

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

protected mixed $room_id = ''

$service_region

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

protected mixed $service_region = ''

$user_sid

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

protected mixed $user_sid = ''

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 $user_sid
@type string $service_region
@type string $key_id

}

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

getServiceRegion()

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

public getServiceRegion() : string
Return values
string

getUserSid()

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

public getUserSid() : 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

setServiceRegion()

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

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

setUserSid()

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

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

        
On this page

Search results