Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerConfig

服务器配置,可设置置网关(gateway)、信令(signal)、日志(log)服务器地址

Hierarchy

  • ServerConfig

Index

Properties

Properties

Optional gateway

gateway: undefined | string

网关地址,如 'https://urtc.com.cn'

Optional log

log: undefined | string

日志服务器地址,如 'https://log.urtc.com.cn'

Optional signal

signal: undefined | string

信令服务器地址,如 'wss://urtc.com.cn:5005'

Generated using TypeDoc