loadVideoSource abstract method

void loadVideoSource(
  1. VideoSourceConfiguration videoSourceConfiguration
)

Loads a new video source dynamically, replacing the current one.

  • videoSourceConfiguration defines the new source (e.g., Vimeo, YouTube, Network).

Implementation

void loadVideoSource(VideoSourceConfiguration videoSourceConfiguration);