Show / Hide Table of Contents

Struct TRTCPublishCDNParam

5.13 CDN 旁路推流参数

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public struct TRTCPublishCDNParam

Fields

appId

腾讯云 AppID,请在 实时音视频控制台 [应用管理] 选择已经创建的应用,单击【应用信息】,在旁路直播信息中获取

Declaration
public UInt32 appId
Field Value
Type Description
UInt32

bizId

腾讯云 bizid,请在 实时音视频控制台 [应用管理] 选择已经创建的应用,单击【应用信息】,在旁路直播信息中获取

Declaration
public UInt32 bizId
Field Value
Type Description
UInt32

url

旁路转推的 URL

Declaration
public String url
Field Value
Type Description
String
In This Article
Back to top Generated by DocFX