@extends('adminlte::page')
@section('title', 'ビデオチャット')
@section('content_header')
@stop
@section('content')
@include('components.chat.calling')
@stop
@section('css')
@stop
@section('js')
@include('components.chat.js-chat', ['channel_id' => $channel->id, 'clinic_id' => 0, 'user' => $staff])
@include('components.chat.js-chat_video', ['channel_id' => $channel->id, 'clinic_id' => 0, 'user' => $staff])
@stop