Login for faster access to the best deals. Click here if you don't have an account.

videokonferenz


videokonferenz

Secure Video Conferencing with Jitsi Meet

Jitsi Meet is a great tool to showcase your products live on LaraClassifier and communicate securely with buyers.

How to Use Jitsi Meet?

  • Start a Meeting: Click "Start Video Conference" on your listing page.
  • Invite Participants: Share the meeting link with buyers.
  • Share Your Screen: Use the screen-sharing feature to display your products.

Try Jitsi Meet

Jitsi Meet Introduction Video

// Ziyaretçinin tarayıcı dilini al var userLang = 'tr'; // Dil koduna göre placeholder metnini belirle var placeholderText; if (userLang === 'de') { placeholderText = 'Fragen Sie mich alles über XonNFT Market!'; } else if (userLang === 'tr') { placeholderText = 'XonNFT Market hakkında her şeyi sorun!'; } else { placeholderText = 'Ask me anything about XonNFT Market!'; // Varsayılan olarak İngilizce } // Botpress webchat yapılandırmasını güncelle window.botpressWebChat = window.botpressWebChat || {}; window.botpressWebChat.init({ locale: userLang, // Kullanıcının diline göre botun arayüz dilini ayarla composerPlaceholder: placeholderText // Placeholder metnini dinamik olarak ayarla });