video-access-token-server-php icon indicating copy to clipboard operation
video-access-token-server-php copied to clipboard

Twilio Video server-side web app in PHP

Results 10 video-access-token-server-php issues
Sort by recently updated
recently updated
newest added

Bumps [twilio/sdk](https://github.com/twilio/twilio-php) from 5.7.3 to 7.5.0. Release notes Sourced from twilio/sdk's releases. 7.5.0 Release Notes Api Added content_sid as conditional parameter Removed content_sid as optional field (breaking change) Insights Added...

dependencies

Bumps [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv) from 5.3.0 to 5.5.0. Release notes Sourced from vlucas/phpdotenv's releases. V5.5.0 (16/10/2022) We announce the immediate availability V5.5.0. New Features Add support for unicode variable names (1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7) Changes...

dependencies

Hello I need to ask about tow things here: 1- how i can set the: maxParticipantDuration 2- is it possible to fetch the log from twillio logs

Bumps [twilio/sdk](https://github.com/twilio/twilio-php) from 5.7.3 to 6.27.1. Release notes Sourced from twilio/sdk's releases. 6.27.1 Release Notes Conversations Expose ParticipantConversations resource Taskrouter Adding links to the activity resource Verify Added a Version...

dependencies

In order for the [Video Quickstart JS](https://github.com/twilio/video-quickstart-js) to be able to process the token, it needs to be returned as a JSON.

This is the message I get when I try to run the server: > Could not connect to Twilio: > undefined... This is the message I see when I inspect...

Hello Guys, I am seeing 2 errors: jquery.min.js:6 Uncaught SyntaxError: Unexpected token ) quickstart.js:39 Uncaught ReferenceError: $ is not defined at quickstart.js:39 Can you please help me to fix this...

`$grant->setConfigurationProfileSid($TWILIO_CONFIGURATION_SID);` is deprecated. you might want to update the sample to use `$setRoom `

When I go to join a room the following errors show up in the console: WebRTC interfaces with the “moz” prefix (mozRTCPeerConnection, mozRTCSessionDescription, mozRTCIceCandidate) have been deprecated. twilio-video.js:7075:23 RTCPeerConnection.getLocalStreams/getRemoteStreams are...

I am getting the following error: ``` twilio-conversations.min.js:91 Uncaught Error: Cannot transition from "disconnected" to "disconnected" ``` When the other party leaves a conversation.