Class ZegoCopyrightedMusicGetSharedConfigV2


  • public class ZegoCopyrightedMusicGetSharedConfigV2
    extends java.lang.Object
    The configuration of getting shared resource.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int resourceType
      The resource type of music.
      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.
      int vendorID
      Copyright music resource song copyright provider.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • songID

        public java.lang.String songID
        the ID of the song.
      • vendorID

        public int 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.
      • resourceType

        public int resourceType
        The resource type of music.
    • Constructor Detail

      • ZegoCopyrightedMusicGetSharedConfigV2

        public ZegoCopyrightedMusicGetSharedConfigV2()