You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: video/rest/rooms/participants/published-track/retrieve-track-published-by-participant/retrieve-track-published-by-participant.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<?php
2
2
// Get the PHP helper library from twilio.com/docs/php/install
3
-
require__DIR__ . '/twilio-php-master/Twilio/autoload.php'; // Loads the library
3
+
require__DIR__ . '/twilio-php-main/Twilio/autoload.php'; // Loads the library
4
4
useTwilio\Rest\Client;
5
5
6
6
// Your Account Sid and Auth Token from twilio.com/console
Copy file name to clipboardExpand all lines: video/rest/rooms/participants/published-track/retrieve-tracks-published-by-participant/retrieve-tracks-published-by-participant.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<?php
2
2
// Get the PHP helper library from twilio.com/docs/php/install
3
-
require__DIR__ . '/twilio-php-master/Twilio/autoload.php'; // Loads the library
3
+
require__DIR__ . '/twilio-php-main/Twilio/autoload.php'; // Loads the library
4
4
useTwilio\Rest\Client;
5
5
6
6
// Your Account Sid and Auth Token from twilio.com/console
Copy file name to clipboardExpand all lines: video/rest/rooms/participants/retrieve-participant-list-disconnected/retrieve-participants-disconnected.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<?php
2
2
// Get the PHP helper library from twilio.com/docs/php/install
3
-
require__DIR__ . '/twilio-php-master/Twilio/autoload.php'; // Loads the library
3
+
require__DIR__ . '/twilio-php-main/Twilio/autoload.php'; // Loads the library
4
4
useTwilio\Rest\Client;
5
5
6
6
// Your Account Sid and Auth Token from twilio.com/console
0 commit comments