Skip to content

Commit f01fff2

Browse files
committed
null
1 parent b2b6ac1 commit f01fff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtc/example/example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require join(DIRECTORY_SEPARATOR, array(dirname(dirname(__FILE__)), 'lib', 'Rtc_v3.php'));
44

55
$ak = 'gwd_gV4gPKZZsmEOvAuNU1AcumicmuHooTfu64q5';
6-
$sk = '9G4isTkVuj5ITPqH1ajhljJMTc2k4m-hZh5r5ZsK';
6+
$sk = '';
77

88
$mac = new Qiniu\Rtc\Mac($ak, $sk);
99
$client = new Qiniu\Rtc\AppClient($mac);

0 commit comments

Comments
 (0)