Skip to content

Commit af53575

Browse files
Update initiated log
1 parent 1b8de37 commit af53575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/Conference.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function Conference() {
4444
callback(command: any, data: any) {
4545
switch (command) {
4646
case 'initiated':
47-
console.log('KOLA KOLAKEN: initiated');
47+
console.log('initiated');
4848
break;
4949
case 'pong':
5050
break;

0 commit comments

Comments
 (0)