Step4. Chatting
- Print
Step4. Chatting
- Print
Article summary
Did you find this summary helpful?
Thank you for your feedback
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.
// 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)
API Reference: setChatViewFont(inputBoxFont:, sendButtonFont:)
Chat management during live streaming
During live streaming, you can manage chat through Shoplive Admin.