发布当前用户在线状态的参数。

interface PublishPresenceParams {
    customStatus: string;
}

Properties

Properties

customStatus: string

在线状态自定义状态,服务端对应 ext 字段。