Options
All
  • Public
  • Public/Protected
  • All
Menu

NEMeetingKit-MiniApp

Index

Type aliases

NEIMServerConfig: { httpsEnabled: boolean; lbs: string; link: string; linkSslWeb: boolean; nosDownloader: string; nosUploader: string }

IM 服务器配置项

Type declaration

  • httpsEnabled: boolean

    nos是否开启https

  • lbs: string

    lbs连接地址

  • link: string

    link连接地址

  • linkSslWeb: boolean

    是否对link连接进行https处理

  • nosDownloader: string

    nos下载地址 这个是用来接到消息后,要按一定模式替换掉文件链接的。给予一个安全下载链接。

  • nosUploader: string

    nos上传地址