buildView method

Widget buildView(
  1. List<String> extraJS
)

buildView Method added to support Web plugin, the main purpose is return a

to contain the conferencing screen when start additionally extra JS can be added usin extraJS argument for mobile is not need because the conferecing view get all device screen

Implementation

Widget buildView(List<String> extraJS) {
  throw UnimplementedError('_buildView has not been implemented.');
}