Type alias NEmeetingItemLivePushThirdPart

NEmeetingItemLivePushThirdPart: {
    platformName: string;
    pushSecretKey?: string;
    pushUrl: string;
}

Type declaration

  • platformName: string
  • Optional pushSecretKey?: string
  • pushUrl: string