Class ConferenceRecordsServiceSettings
Settings for Conference
Inherited Members
Namespace: Google.Apps.Meet.V2
Assembly: Google.Apps.Meet.V2.dll
Syntax
public sealed class ConferenceRecordsServiceSettings : ServiceSettingsBase
Constructors
ConferenceRecordsServiceSettings()
Constructs a new Conference
Declaration
public ConferenceRecordsServiceSettings()
Properties
GetConferenceRecordSettings
CallConferenceRecordsServiceClient.GetConferenceRecord
and
ConferenceRecordsServiceClient.GetConferenceRecordAsync
.
Declaration
public CallSettings GetConferenceRecordSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
GetParticipantSessionSettings
CallConferenceRecordsServiceClient.GetParticipantSession
and
ConferenceRecordsServiceClient.GetParticipantSessionAsync
.
Declaration
public CallSettings GetParticipantSessionSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
GetParticipantSettings
CallConferenceRecordsServiceClient.GetParticipant
and
ConferenceRecordsServiceClient.GetParticipantAsync
.
Declaration
public CallSettings GetParticipantSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
GetRecordingSettings
CallConferenceRecordsServiceClient.GetRecording
and ConferenceRecordsServiceClient.GetRecordingAsync
.
Declaration
public CallSettings GetRecordingSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
GetTranscriptEntrySettings
CallConferenceRecordsServiceClient.GetTranscriptEntry
and
ConferenceRecordsServiceClient.GetTranscriptEntryAsync
.
Declaration
public CallSettings GetTranscriptEntrySettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
GetTranscriptSettings
CallConferenceRecordsServiceClient.GetTranscript
and ConferenceRecordsServiceClient.GetTranscriptAsync
.
Declaration
public CallSettings GetTranscriptSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListConferenceRecordsSettings
CallConferenceRecordsServiceClient.ListConferenceRecords
and
ConferenceRecordsServiceClient.ListConferenceRecordsAsync
.
Declaration
public CallSettings ListConferenceRecordsSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListParticipantSessionsSettings
CallConferenceRecordsServiceClient.ListParticipantSessions
and
ConferenceRecordsServiceClient.ListParticipantSessionsAsync
.
Declaration
public CallSettings ListParticipantSessionsSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListParticipantsSettings
CallConferenceRecordsServiceClient.ListParticipants
and
ConferenceRecordsServiceClient.ListParticipantsAsync
.
Declaration
public CallSettings ListParticipantsSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListRecordingsSettings
CallConferenceRecordsServiceClient.ListRecordings
and
ConferenceRecordsServiceClient.ListRecordingsAsync
.
Declaration
public CallSettings ListRecordingsSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListTranscriptEntriesSettings
CallConferenceRecordsServiceClient.ListTranscriptEntries
and
ConferenceRecordsServiceClient.ListTranscriptEntriesAsync
.
Declaration
public CallSettings ListTranscriptEntriesSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListTranscriptsSettings
CallConferenceRecordsServiceClient.ListTranscripts
and
ConferenceRecordsServiceClient.ListTranscriptsAsync
.
Declaration
public CallSettings ListTranscriptsSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
Methods
Clone()
Creates a deep clone of this object, with all the same property values.
Declaration
public ConferenceRecordsServiceSettings Clone()
Returns
Type | Description |
---|---|
Conference |
A deep clone of this Conference |
GetDefault()
Get a new instance of the default Conference
Declaration
public static ConferenceRecordsServiceSettings GetDefault()
Returns
Type | Description |
---|---|
Conference |
A new instance of the default Conference |