createVideo method

dynamic createVideo()

Implementation

createVideo() async {
  video = await createLocalMediaStream('video_$id');
}