Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRCRTCInitOptions

Hierarchy

  • IRCRTCInitOptions

Index

Properties

logLevel?: LogLevel

输出日志等级,生产环境默认使用 WARN,开发环境默认为 DEBUG

description
  • 0 - DEBUG
  • 1 - INFO
  • 2 - WARN
  • 3 - ERROR
mediaServer?: string

MediaServer 地址,私有云环境需指定

pingGap?: number

房间 Ping 间隔时长,默认 10000 ms,有效值 3000-10000

timeout?: number

与 MediaServer 的 http 请求超时时间,单位为毫秒,默认值为 5000,有效值 5000-30000。 优先级:用户配置 > 导航配置 > 默认时间。

Methods

  • logStdout(level: LogLevel, content: string): void
  • 修改默认的 log 输出函数

    Parameters

    • level: LogLevel
    • content: string

    Returns void

Generated using TypeDoc