Step4. チャット

    Step4. チャット


    記事の要約

    チャットを使用する準備をする

    Shoplive管理画面では、チャットにアクセスできるユーザーを設定できます。

    [Shoplive管理者ユーザーガイド - ブロードキャストの準備 - チャット設定]


    チャットのフォントを変更する

    チャットのフォントとチャット送信ボタンのフォントを変更できます。

    // font for chat
    let inputDefaultFont = UIFont.systemFont(ofSize: 14, weight: .regular)
    
    // font for send button
    let sendButtonDefaultFont = UIFont.systemFont(ofSize: 14, weight: .medium)
    let customFont = UIFont(name: "{Custom Font}", size: 16)
    
    // font for chat and send button
    ShopLive.setChatViewFont(inputBoxFont: customFont, sendButtonFont: customFont)

    📘ライブ配信中にチャットを管理できる

    ライブストリーミング中に、Shoplive管理画面でチャットを管理できます。

    Shoplive管理者ユーザーガイド - ブロードキャストコンソールの使用 - チャットの管理