AgoraStorageBucketConfig class

Setup to use cloud recording.

If cloud recording is to be implemented, the server side must also be configured to match this setting.

クラウドレコーディングを利用するための設定。

クラウドレコーディングを実装する場合は、この設定を合わせてサーバー側の設定も必要です。

Annotations

Constructors

AgoraStorageBucketConfig({required String accessKey, required String bucketName, required String secretKey, AgoraStorageVendor vendor = AgoraStorageVendor.googleCloud, String rootPath = "temp", bool enableDebug = false})
Setup to use cloud recording.
const

Properties

accessKey String
Key to access the bucket from the API.
final
bucketName String
Bucket Name.
final
enableDebug bool
true if you want to enable debugging.
final
hashCode int
The hash code for this object.
no setterinherited
rootPath String
The path of the base where the data will be stored.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey String
Secret key to access the bucket from the API.
final
vendor AgoraStorageVendor
Storage Vendors.
final

Methods

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

Operators

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