Documentation

ConnectTwilioCallResponse extends Message
in package

Generated from protobuf message <code>livekit.ConnectTwilioCallResponse</code>

Table of Contents

Properties

$connect_url  : mixed
The websocket URL which twilio media stream will connect to

Methods

__construct()  : mixed
Constructor.
getConnectUrl()  : string
The websocket URL which twilio media stream will connect to
setConnectUrl()  : $this
The websocket URL which twilio media stream will connect to

Properties

$connect_url

The websocket URL which twilio media stream will connect to

protected mixed $connect_url = ''

Generated from protobuf field string connect_url = 1;

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 $connect_url
      The websocket URL which twilio media stream will connect to

}

getConnectUrl()

The websocket URL which twilio media stream will connect to

public getConnectUrl() : string

Generated from protobuf field string connect_url = 1;

Return values
string

setConnectUrl()

The websocket URL which twilio media stream will connect to

public setConnectUrl(string $var) : $this

Generated from protobuf field string connect_url = 1;

Parameters
$var : string
Return values
$this

        
On this page

Search results