ZegoCopyrightedMusicGetSharedConfig class

获取分享资源的配置。

Constructors

ZegoCopyrightedMusicGetSharedConfig(String songID, {ZegoCopyrightedMusicVendorID? vendorID, String? roomID})

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
roomID ↔ String?
房间 ID, 单房间模式可不传,多房间模式时必须传对应房间的 ID。指明在哪个房间获取资源。
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
songID ↔ String
歌曲 ID。
read / write
vendorID ZegoCopyrightedMusicVendorID?
版权方。
read / write

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