We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8de37 commit af53575Copy full SHA for af53575
example/src/Conference.tsx
@@ -44,7 +44,7 @@ export default function Conference() {
44
callback(command: any, data: any) {
45
switch (command) {
46
case 'initiated':
47
- console.log('KOLA KOLAKEN: initiated');
+ console.log('initiated');
48
break;
49
case 'pong':
50
0 commit comments