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 347dd25 commit fc444c1Copy full SHA for fc444c1
rtc/example/example.php
@@ -4,7 +4,7 @@
4
use \Qiniu\Auth;
5
6
$ak = 'gwd_gV4gPKZZsmEOvAuNU1AcumicmuHooTfu64q5';
7
-$sk = '9G4isTkVuj5ITPqH1ajhljJMTc2k4m-hZh5r5ZsK';
+$sk = 'xxxx';
8
9
$auth = new Auth($ak, $sk);
10
$client = new Qiniu\Rtc\AppClient($auth);
0 commit comments