[mirotalk] - fix widget buttons order

This commit is contained in:
Miroslav Pejic
2025-08-09 11:49:19 +02:00
parent 83e2660bb9
commit 825db37e32
+1
View File
@@ -233,6 +233,7 @@ class MiroTalkWidget {
buttons.push({ action: 'startScreenShare', icon: this.getScreenIcon(), text: 'Start Screen Share' });
}
// Insert "Start Screen Share" before "Join Room" if present
buttons.push({ action: 'joinRoom', icon: this.getJoinIcon(), text: 'Join Room' });
return buttons