Google Apps Meet V2beta Client - Class ConnectActiveConferenceRequest (0.4.0)

Reference documentation and code samples for the Google Apps Meet V2beta Client class ConnectActiveConferenceRequest.

Request to establish a WebRTC connection to the active conference of a space.

Generated from protobuf message google.apps.meet.v2beta.ConnectActiveConferenceRequest

Namespace

Google \ Apps \ Meet \ V2beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. Resource name of the space. Format: spaces/{spaceId}

↳ offer string

Required. WebRTC SDP (Session Description Protocol) offer from the client. The format is defined by RFC 8866 with mandatory keys defined by RFC 8829. This is the standard SDP format generated by a peer connection's createOffer() and createAnswer() methods.

getName

Required. Resource name of the space.

Format: spaces/{spaceId}

Returns
Type Description
string

setName

Required. Resource name of the space.

Format: spaces/{spaceId}

Parameter
Name Description
var string
Returns
Type Description
$this

getOffer

Required. WebRTC SDP (Session Description Protocol) offer from the client.

The format is defined by RFC 8866 with mandatory keys defined by RFC 8829. This is the standard SDP format generated by a peer connection's createOffer() and createAnswer() methods.

Returns
Type Description
string

setOffer

Required. WebRTC SDP (Session Description Protocol) offer from the client.

The format is defined by RFC 8866 with mandatory keys defined by RFC 8829. This is the standard SDP format generated by a peer connection's createOffer() and createAnswer() methods.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. Resource name of the space. Format: spaces/{spaceId} Please see SpacesServiceClient::spaceName() for help formatting this field.

Returns
Type Description
ConnectActiveConferenceRequest