SipCall
Represents data from a SIP Call
Table of Contents
$connectionId : string
$id : string
$streamId : string
toJson() : mixed : Returns a JSON representation of this SipCall object.
Properties
$connectionId
public string $connectionId
The unique identifier of the connection that represents the SIP call in the session. You can use this value to disconnect the SIP call using OpenTok.forceDisconnect() method.
$id
public string $id
The unique identifier of the call that is created.
$streamId
public string $streamId
The ID of the stream connected to the OpenTok session streaming the audio received from the SIP call.
Methods
toJson()
Returns a JSON representation of this SipCall object.
public toJson() : mixed
Return values
mixed —