我想用hangout按钮在空中开始一个hangout。
<!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频道设为私人频道,但直播总是从公共频道开始。我再也找不到hangout on air按钮的文档了。另一个问题,当我开始直播时,我进去了:https://www.youtube.com/user/USERNAME/live,我看不到我的直播。
有谁可以帮我?
发布于 2017-09-07 14:05:02
<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>
https://stackoverflow.com/questions/40497774
复制相似问题