Step4. Chatting

    Step4. Chatting


    Article summary

    Prepare to use chat

    You can configure user access permissions to access the chat feature in Shoplive Admin.


    Change chat font

    You can change font for chat and send button.

    296

    // 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)

    Chat management during live streaming

    During live streaming, you can manage chat through Shoplive Admin.


    What's Next