Options
All
  • Public
  • Public/Protected
  • All
Menu

Module PluginServiceInterface

Index

Type Aliases

GetChatroomAddressOptions: { chatroomId: string; ipType?: number }

Type declaration

  • chatroomId: string

    聊天室 id

  • Optional ipType?: number

    0 代表想要获取 ipv4 的连接,1 代表 ipv6,2 代表不限制。

    默认 0

GetQChatAddressOptions: { ipType?: number }

Type declaration

  • Optional ipType?: number

    0 代表想要获取 ipv4 的连接,1 代表 ipv6,2 代表不限制。

    默认 0