Interface MediaStreamCaptureStarted

All Superinterfaces:
BrowserEvent, Event

public interface MediaStreamCaptureStarted extends BrowserEvent
An event indicating that the web page has started capturing an audio or video stream.
Since:
7.30
  • Method Summary

    Modifier and Type
    Method
    Description
    default Browser
    Returns the Browser instance initiated this event.
    Returns the type of the captured stream.
  • Method Details

    • browser

      default Browser browser()
      Description copied from interface: BrowserEvent
      Returns the Browser instance initiated this event.
      Specified by:
      browser in interface BrowserEvent
    • mediaStreamType

      default MediaStreamType mediaStreamType()
      Returns the type of the captured stream.