Show:

Streams.Dialogs Class

Operates with dialogs.

Item Index

Methods

Methods

access

(
  • publisherId
  • streamName
  • [callback]
)
static

Show a dialog to manage "access" related stuff in a stream.

Parameters:

  • publisherId String

    id of publisher which is publishing the stream

  • streamName String

    the stream's name

  • [callback] Function optional

    The function to call after dialog is activated

subscription

(
  • publisherId
  • streamName
  • callback
)
static

Show a dialog to manage "subscription" related stuff in a stream.

Parameters:

  • publisherId String

    id of publisher which is publishing the stream

  • streamName String

    the stream's name

  • callback Function

    The function to call after dialog is activated