$RecordingClient class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$backend_Request({RecordingBackendApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Update the recording status as a backend.
-
$backend_Serializer()
→ DynamiteSerializer<RecordingBackendResponseApplicationJson, void>
-
Builds a serializer to parse the response of $backend_Request.
-
$notificationDismiss_Request({required int timestamp, required String token, RecordingNotificationDismissApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Dismiss the store call recording notification.
-
$notificationDismiss_Serializer()
→ DynamiteSerializer<RecordingNotificationDismissResponseApplicationJson, void>
-
Builds a serializer to parse the response of $notificationDismiss_Request.
-
$shareToChat_Request({required int fileId, required int timestamp, required String token, RecordingShareToChatApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Share the recorded file to the chat.
-
$shareToChat_Serializer()
→ DynamiteSerializer<RecordingShareToChatResponseApplicationJson, void>
-
Builds a serializer to parse the response of $shareToChat_Request.
-
$start_Request({required int status, required String token, RecordingStartApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Start the recording.
-
$start_Serializer()
→ DynamiteSerializer<RecordingStartResponseApplicationJson, void>
-
Builds a serializer to parse the response of $start_Request.
-
$stop_Request({required String token, RecordingStopApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Stop the recording.
-
$stop_Serializer()
→ DynamiteSerializer<RecordingStopResponseApplicationJson, void>
-
Builds a serializer to parse the response of $stop_Request.
-
$store_Request({required String owner, required String token, RecordingStoreApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Store the recording.
-
$store_Serializer()
→ DynamiteSerializer<RecordingStoreResponseApplicationJson, void>
-
Builds a serializer to parse the response of $store_Request.
-
backend({RecordingBackendApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<RecordingBackendResponseApplicationJson, void>>
-
Update the recording status as a backend.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
notificationDismiss({required int timestamp, required String token, RecordingNotificationDismissApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<RecordingNotificationDismissResponseApplicationJson, void>>
-
Dismiss the store call recording notification.
-
shareToChat({required int fileId, required int timestamp, required String token, RecordingShareToChatApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<RecordingShareToChatResponseApplicationJson, void>>
-
Share the recorded file to the chat.
-
start({required int status, required String token, RecordingStartApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<RecordingStartResponseApplicationJson, void>>
-
Start the recording.
-
stop({required String token, RecordingStopApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<RecordingStopResponseApplicationJson, void>>
-
Stop the recording.
-
store({required String owner, required String token, RecordingStoreApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<RecordingStoreResponseApplicationJson, void>>
-
Store the recording.
-
toString()
→ String
-
A string representation of this object.
inherited