We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3440f84 commit b58aa5aCopy full SHA for b58aa5a
rtc/example/example.php
@@ -3,7 +3,7 @@
3
require join(DIRECTORY_SEPARATOR, array(dirname(dirname(__FILE__)), 'src', 'Rtc_v3.php'));
4
5
$ak = 'gwd_gV4gPKZZsmEOvAuNU1AcumicmuHooTfu64q5';
6
-$sk = 'xxxx';
+$sk = '9G4isTkVuj5ITPqH1ajhljJMTc2k4m-hZh5r5ZsK';
7
8
$mac = new QiniuRtc\Mac($ak, $sk);
9
$client = new QiniuRtc\AppClient($mac);
0 commit comments