@stormstreaming/stormstreamer 1.0.0 → 1.0.2

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.
@@ -230,10 +230,11 @@ export declare class StreamerController {
230
230
  * Initializes WebRTC connection
231
231
  */
232
232
  private initializeWebRTC;
233
+ publish(streamKey: string): boolean;
233
234
  /**
234
235
  * Publish method
235
236
  */
236
- publish(streamKey: string): boolean;
237
+ internalPublish(streamKey: string): boolean;
237
238
  /**
238
239
  * Stops publishing and cleans up WebRTC connection
239
240
  */