Google Meet V2BETA API - Class Google::Apps::Meet::V2beta::ConnectActiveConferenceRequest (v0.6.0)

Reference documentation and code samples for the Google Meet V2BETA API class Google::Apps::Meet::V2beta::ConnectActiveConferenceRequest.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. Resource name of the space. Format: spaces/{spaceId}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Resource name of the space. Format: spaces/{spaceId}
Returns
  • (::String) — Required. Resource name of the space. Format: spaces/{spaceId}

#offer

def offer() -> ::String
Returns
  • (::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.

#offer=

def offer=(value) -> ::String
Parameter
  • value (::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.

Returns
  • (::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.