@extends('adminlte::page')
@section('title', $clinic->name . 'とのビデオチャット')
@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' => $clinic->id, 'user' => $employee])
@include('components.chat.js-chat_video', ['channel_id' => $channel->id, 'clinic_id' => $clinic->id, 'user' => $employee])
@stop