buildView method
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 using
extraJS
argument
for mobile is not need because the conferecing view get all device screenImplementation
@override
Widget buildView(List<String> extraJS) => const SizedBox.shrink();