public class StartPublishStreamRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| StartPublishStreamRequest() | 
| StartPublishStreamRequest(StartPublishStreamRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getPublishStreamArgs()Get Streaming parameter, which is a custom parameter carried during streaming. | 
| String | getUserId()Get Unique user ID, which is customized by you and is not parsed by CAR. | 
| void | setPublishStreamArgs(String PublishStreamArgs)Set Streaming parameter, which is a custom parameter carried during streaming. | 
| void | setUserId(String UserId)Set Unique user ID, which is customized by you and is not parsed by CAR. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic StartPublishStreamRequest()
public StartPublishStreamRequest(StartPublishStreamRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId - Unique user ID, which is customized by you and is not parsed by CAR. It will be used as the `StreamId` for streaming. For example, if the bound streaming domain is **abc.livepush.myqcloud.com**, the streaming address will be **rtmp://abc.livepush.myqcloud.com/live/UserId?txSecret=xxx&txTime=xxx**.public String getPublishStreamArgs()
public void setPublishStreamArgs(String PublishStreamArgs)
PublishStreamArgs - Streaming parameter, which is a custom parameter carried during streaming.Copyright © 2025. All rights reserved.