@theoplayer/extended 8.3.0 → 8.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4081,6 +4081,14 @@ interface MillicastSource extends TypedSource {
4081
4081
  * @see https://millicast.github.io/millicast-sdk/global.html#DirectorSubscriberOptions
4082
4082
  */
4083
4083
  subscriberToken?: string;
4084
+ /**
4085
+ * An optional configuration object to set additional subscriber options.
4086
+ *
4087
+ * - The available options are listed in the link below.
4088
+ *
4089
+ * @see https://millicast.github.io/millicast-sdk/View.html#connect
4090
+ */
4091
+ connectOptions?: Record<string, any>;
4084
4092
  }
4085
4093
 
4086
4094
  /**