在私人空中开始环聊

时间:2016-11-08 22:50:18

标签: hangout hangouts-api

我想使用视频群聊按钮开始播出。

<!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,我看不到我的直播。

任何人都可以帮助我吗?

1 个答案:

答案 0 :(得分:0)

<html>
<head>
	<title>Probando google hangout button</title>
</head>
<body>
	<script src="https://apis.google.com/js/platform.js" async defer></script>
	<div class="g-hangout" data-render="createhangout" data-hangout_type="onair"></div>
</body>
</html>