2016-11-08 2 views
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チャンネルを設定しますが、ライブalwayrsはパブリックとしてスタート。 ハングアウトオンエアのボタンのドキュメントがもう見つかりません。 その他の質問、私がライブを開始し、私が入る:https://www.youtube.com/user/USERNAME/live、私は私のライブが表示されません。

誰でも手伝ってもらえますか?

答えて

0

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

+1

の回答でも同様に説明してください。 – Sagar007

関連する問題