【问题标题】:Google Hangout Button: How to name the conversation?谷歌环聊按钮:如何命名对话?
【发布时间】:2016-08-04 10:39:38
【问题描述】:

我已经使用以下代码在我的项目中集成了 google hangout 按钮

来源:Documentation

环聊按钮演示:邀请他人

问题

环聊被命名为Unnamed Hangout,如下图所示:

是否可以为环聊通话命名?

【问题讨论】:

    标签: hangout google-hangouts hangouts-api


    【解决方案1】:

    我是这样创建的:

    <div id="placeholder">&nbsp;</div>
    <script>
      gapi.hangout.render('placeholder', {
        'topic': 'TITLE',
        'render': 'createhangout',
        'hangout_type': 'onair',
        'invites': [{ 'id': 'example@email.com', 'invite_type' : 'EMAIL' }, ],
        'widget_size': 175,
        'initial_apps': [{
          'app_id' : '937231998771',
          'app_type' : 'ROOM_APP' 
        }]
      });
      window.___gcfg = {
        lang: 'es-419'
      };
    </script>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-11-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-02-26
      • 2018-10-13
      • 2013-05-17
      相关资源
      最近更新 更多