ConferenceReplayOptions class Models

The ConferenceReplayOptions class contains options for replaying conferences.

Constructors

ConferenceReplayOptions(String? conferenceAccessToken, int offset)

Properties

conferenceAccessToken String?
The conference access token.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
offset int
The number of milliseconds between the beginning of the recording and the required replay starting point. This property allows application users to start replaying a recorded conference at a specific timestamp.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited