Class: Google::Apps::Meet::V2beta::ConnectActiveConferenceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/meet/v2beta/service.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



93
94
95
96
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 93

class ConnectActiveConferenceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#offer::String

Returns 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.



93
94
95
96
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 93

class ConnectActiveConferenceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end