@extends('layouts.app')
@section('title', 'Viewer')
@section('content')
Your ID
Share this with the person you want to call
{{--
Call Someone
--}}
Status: Initializing…
In Call
You are now in a call
{{-- Right column: local and remote video --}}
Video
{{--
Screen Sharing Instructions:
- This feature works on Android devices using Chrome browser
- iOS devices are not supported
- When prompted, tap "Start now" to begin sharing
- To stop sharing, pull down the notification shade and tap "Stop sharing"
--}}
{{--
--}}
Waiting for remote…
Remote Stream
@endsection
@section('scripts')
@endsection