$RecordingClient class

Constructors

$RecordingClient.new($Client _rootClient)
Creates a new DynamiteClient for recording requests.

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

getWelcomeMessage({required int serverId, RecordingGetWelcomeMessageApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<RecordingGetWelcomeMessageResponseApplicationJson, void>>
Get the welcome message of a recording server.
getWelcomeMessageRaw({required int serverId, RecordingGetWelcomeMessageApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<RecordingGetWelcomeMessageResponseApplicationJson, void>
Get the welcome message of a recording server.
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.
notificationDismissRaw({required int timestamp, required String token, RecordingNotificationDismissApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<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.
shareToChatRaw({required int fileId, required int timestamp, required String token, RecordingShareToChatApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<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.
startRaw({required int status, required String token, RecordingStartApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<RecordingStartResponseApplicationJson, void>
Start the recording.
stop({required String token, RecordingStopApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<RecordingStopResponseApplicationJson, void>>
Stop the recording.
stopRaw({required String token, RecordingStopApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<RecordingStopResponseApplicationJson, void>
Stop the recording.
store({required String owner, required String token, RecordingStoreApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<RecordingStoreResponseApplicationJson, void>>
Store the recording.
storeRaw({required String owner, required String token, RecordingStoreApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<RecordingStoreResponseApplicationJson, void>
Store the recording.
toString() String
A string representation of this object.
inherited

Operators

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