TencentCloudAvChatRoomConfig class

Constructors

TencentCloudAvChatRoomConfig({int? sdkAppID, required String loginUserID, String? userSig, required String avChatRoomID, int? barrageMaxCount, String? giftHttpBase, DisplayConfig? displayConfig})

Properties

avChatRoomID String
Tht id of av chat group.
final
barrageMaxCount int?
The max of barrage count. default is 200.
final
displayConfig DisplayConfig
view display config
final
giftHttpBase String?
use for gift message.
final
hashCode int
The hash code for this object.
no setterinherited
loginUserID String
If IM is already initialized and logged in outside of Live Kit, you do not need to pass this parameter. https://cloud.tencent.com/document/product/269/75293
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkAppID int?
If IM is already initialized and logged in outside of Live Kit, you do not need to pass this parameter. https://cloud.tencent.com/document/product/269/75293
final
userSig String?
If IM is already initialized and logged in outside of Live Kit, you do not need to pass this parameter. https://cloud.tencent.com/document/product/269/75293
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