Documentation

GenerateAzureTokenReq extends Message
in package

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

Table of Contents

Properties

$room_id  : mixed
Generated from protobuf field <code>string room_id = 1;</code>
$user_sid  : mixed
Generated from protobuf field <code>string user_sid = 2;</code>

Methods

__construct()  : mixed
Constructor.
getRoomId()  : string
Generated from protobuf field <code>string room_id = 1;</code>
getUserSid()  : string
Generated from protobuf field <code>string user_sid = 2;</code>
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 1;</code>
setUserSid()  : $this
Generated from protobuf field <code>string user_sid = 2;</code>

Properties

$room_id

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

protected mixed $room_id = ''

$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

}

getRoomId()

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

public getRoomId() : string
Return values
string

getUserSid()

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

public getUserSid() : string
Return values
string

setRoomId()

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

public setRoomId(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