@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