2
我正在嘗試在用戶頁面個人資料上創建環聊按鈕,點擊該按鈕後,用戶將轉到環聊應用並與指定的人開始環聊聊天。從網絡開始環聊聊天
爲了讓事情變得清晰起見,我試圖讓聊天室開始不是視頻通話或環聊直播。
當前代碼:
<script src="https://apis.google.com/js/platform.js"></script>
<div id="placeholder-rr"></div>
<script>
$(document).ready(function() {
gapi.hangout.render('placeholder-rr', {
'render': 'createhangout',
'hangout_type': 'normal',
'invites' : [{'id': '109883513693796164843','invite_type': 'PROFILE'}],
'widget_size': 175
});
});
</script>
但由於某些原因,不管我鼓搗它開始永諾在空氣中的視頻羣聊。
如果有人能幫助我,我真的會讚賞它。