Package im.zego.zegoexpress.entity
Class ZegoCopyrightedMusicGetSharedConfig
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoCopyrightedMusicGetSharedConfig
-
public class ZegoCopyrightedMusicGetSharedConfig extends java.lang.Object
The configuration of getting shared resource.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
roomID
The room ID, the single-room mode can not be passed, and the corresponding room ID must be passed in the multi-room mode.java.lang.String
songID
the ID of the song.ZegoCopyrightedMusicVendorID
vendorID
Copyright music resource song copyright provider.
-
Constructor Summary
Constructors Constructor Description ZegoCopyrightedMusicGetSharedConfig()
-
-
-
Field Detail
-
songID
public java.lang.String songID
the ID of the song.
-
vendorID
public ZegoCopyrightedMusicVendorID vendorID
Copyright music resource song copyright provider.
-
roomID
public java.lang.String roomID
The room ID, the single-room mode can not be passed, and the corresponding room ID must be passed in the multi-room mode. Indicates which room to get resources from.
-
-