attachVideo abstract method

Future<void> attachVideo(
  1. VideoSource? video
)

Attaches a VideoSource to this stream.

Implementation

Future<void> attachVideo(VideoSource? video);