Show / Hide Table of Contents

Class CallSettings

Effective settings of the ongoing conference.

Inheritance
object
CallSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
bool?

AccessType

The current access type of the conference.

Declaration
[JsonProperty("accessType")]
public virtual string AccessType { get; set; }
Property Value
Type Description
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
bool?

AttendanceReportEnabled

Indicates whether the attendance report is currently enabled or disabled.

Declaration
[JsonProperty("attendanceReportEnabled")]
public virtual bool? AttendanceReportEnabled { get; set; }
Property Value
Type Description
bool?

AudioLock

Indicates whether the audio lock is currently on or off.

Declaration
[JsonProperty("audioLock")]
public virtual bool? AudioLock { get; set; }
Property Value
Type Description
bool?

ChatLock

Indicates whether the chat lock is currently on or off.

Declaration
[JsonProperty("chatLock")]
public virtual bool? ChatLock { get; set; }
Property Value
Type Description
bool?

CseEnabled

Whether Client-side Encryption is enabled for this conference.

Declaration
[JsonProperty("cseEnabled")]
public virtual bool? CseEnabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

ModerationEnabled

Indicates whether moderation is currently on or off.

Declaration
[JsonProperty("moderationEnabled")]
public virtual bool? ModerationEnabled { get; set; }
Property Value
Type Description
bool?

PresentLock

Indicates whether the present lock is currently on or off.

Declaration
[JsonProperty("presentLock")]
public virtual bool? PresentLock { get; set; }
Property Value
Type Description
bool?

ReactionsLock

Indicates whether the reactions lock is currently on or off.

Declaration
[JsonProperty("reactionsLock")]
public virtual bool? ReactionsLock { get; set; }
Property Value
Type Description
bool?

VideoLock

Indicates whether the video lock is currently on or off.

Declaration
[JsonProperty("videoLock")]
public virtual bool? VideoLock { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX