Documentation

SipDTMF extends Message
in package

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

Table of Contents

Properties

$code  : mixed
Generated from protobuf field <code>uint32 code = 3;</code>
$digit  : mixed
Generated from protobuf field <code>string digit = 4;</code>

Methods

__construct()  : mixed
Constructor.
getCode()  : int
Generated from protobuf field <code>uint32 code = 3;</code>
getDigit()  : string
Generated from protobuf field <code>string digit = 4;</code>
setCode()  : $this
Generated from protobuf field <code>uint32 code = 3;</code>
setDigit()  : $this
Generated from protobuf field <code>string digit = 4;</code>

Properties

$code

Generated from protobuf field <code>uint32 code = 3;</code>

protected mixed $code = 0

$digit

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

protected mixed $digit = ''

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 $code
@type string $digit

}

getCode()

Generated from protobuf field <code>uint32 code = 3;</code>

public getCode() : int
Return values
int

getDigit()

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

public getDigit() : string
Return values
string

setCode()

Generated from protobuf field <code>uint32 code = 3;</code>

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

setDigit()

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

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

        
On this page

Search results