|
@@ -84,6 +84,7 @@ return [
|
|
'opentokApiKey' => env('OPENTOK_API_KEY'),
|
|
'opentokApiKey' => env('OPENTOK_API_KEY'),
|
|
'opentokApiSecret' => env('OPENTOK_API_SECRET'),
|
|
'opentokApiSecret' => env('OPENTOK_API_SECRET'),
|
|
'opentokSessionId' => env('OPENTOK_SESSION_ID'),
|
|
'opentokSessionId' => env('OPENTOK_SESSION_ID'),
|
|
|
|
+ 'socketIoUrl' => env('SOCKET_IO_URL'),
|
|
|
|
|
|
/*
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
|--------------------------------------------------------------------------
|