Show / Hide Table of Contents

Class CallSettings

Effective settings of the ongoing conference.

Inheritance
System.Object
CallSettings
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class CallSettings : IDirectResponseSchema

Properties

AccessLock

Indicates whether the access lock is currently on or off.

Declaration
[JsonProperty("accessLock")]
public virtual bool? AccessLock { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

AccessType

The current access type of the conference.

Declaration
[JsonProperty("accessType")]
public virtual string AccessType { get; set; }
Property Value
Type Description
System.String

AllowJoiningBeforeHost

Whether users can join this conference before a host (Host or Cohost).

Declaration
[JsonProperty("allowJoiningBeforeHost")]
public virtual bool? AllowJoiningBeforeHost { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

AttendanceReportEnabled

Indicates whether the attendance report is currently enabled or disabled.

Declaration
[JsonProperty("attendanceReportEnabled")]
public virtual bool? AttendanceReportEnabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

AudioLock

Indicates whether the audio lock is currently on or off.

Declaration
[JsonProperty("audioLock")]
public virtual bool? AudioLock { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ChatLock

Indicates whether the chat lock is currently on or off.

Declaration
[JsonProperty("chatLock")]
public virtual bool? ChatLock { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

CseEnabled

Whether Client-side Encryption is enabled for this conference.

Declaration
[JsonProperty("cseEnabled")]
public virtual bool? CseEnabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

ModerationEnabled

Indicates whether moderation is currently on or off.

Declaration
[JsonProperty("moderationEnabled")]
public virtual bool? ModerationEnabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

PresentLock

Indicates whether the present lock is currently on or off.

Declaration
[JsonProperty("presentLock")]
public virtual bool? PresentLock { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ReactionsLock

Indicates whether the reactions lock is currently on or off.

Declaration
[JsonProperty("reactionsLock")]
public virtual bool? ReactionsLock { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

VideoLock

Indicates whether the video lock is currently on or off.

Declaration
[JsonProperty("videoLock")]
public virtual bool? VideoLock { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top