0
我想通過視頻羣聊按鈕開始視頻羣聊。在私人空中開始視頻羣聊
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="https://apis.google.com/js/platform.js"></script>
<title>Kicoach</title>
</head>
<body>
<div id="placeholder-div4"></div>
<script>
gapi.hangout.render('placeholder-div4', {
'render': 'createhangout',
'hangout_type': 'onair',
});
</script>
</body>
</html>
我想開始它作爲私人,我設置我的Youtube頻道作爲私人,但活的老闆開始公開。 我找不到有關空中按鈕環聊的文檔。 其他問題,當我開始一個生活,我去:https://www.youtube.com/user/USERNAME/live,我看不到我的生活。
任何人都可以幫助我嗎?
請回答解釋爲好。 – Sagar007