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 messagegoogle.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 byRFC 8866with mandatory keys defined byRFC 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 byRFC
8866with mandatory keys defined
byRFC 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 byRFC
8866with mandatory keys defined
byRFC 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 seeSpacesServiceClient::spaceName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Apps Meet V2beta Client - Class ConnectActiveConferenceRequest (0.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.1 (latest)](/php/docs/reference/apps-meet/latest/V2beta.ConnectActiveConferenceRequest)\n- [0.4.0](/php/docs/reference/apps-meet/0.4.0/V2beta.ConnectActiveConferenceRequest)\n- [0.3.0](/php/docs/reference/apps-meet/0.3.0/V2beta.ConnectActiveConferenceRequest)\n- [0.2.6](/php/docs/reference/apps-meet/0.2.6/V2beta.ConnectActiveConferenceRequest)\n- [0.1.0](/php/docs/reference/apps-meet/0.1.0/V2beta.ConnectActiveConferenceRequest) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Apps Meet V2beta Client class ConnectActiveConferenceRequest.\n\nRequest to establish a WebRTC connection to the active conference\nof a space.\n\nGenerated from protobuf message `google.apps.meet.v2beta.ConnectActiveConferenceRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Meet \\\\ V2beta\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. Resource name of the space.\n\nFormat: spaces/{spaceId}\n\n### setName\n\nRequired. Resource name of the space.\n\nFormat: spaces/{spaceId}\n\n### getOffer\n\nRequired. WebRTC SDP (Session Description Protocol) offer from the client.\n\nThe format is defined by [RFC\n8866](https://www.rfc-editor.org/rfc/rfc8866) with mandatory keys defined\nby [RFC 8829](https://www.rfc-editor.org/rfc/rfc8829). This is the standard\nSDP format generated by a peer connection's createOffer() and\ncreateAnswer() methods.\n\n### setOffer\n\nRequired. WebRTC SDP (Session Description Protocol) offer from the client.\n\nThe format is defined by [RFC\n8866](https://www.rfc-editor.org/rfc/rfc8866) with mandatory keys defined\nby [RFC 8829](https://www.rfc-editor.org/rfc/rfc8829). This is the standard\nSDP format generated by a peer connection's createOffer() and\ncreateAnswer() methods.\n\n### static::build"]]