public class SubscribeRecordUserIds extends AbstractModel
header, skipSign
Constructor and Description |
---|
SubscribeRecordUserIds() |
SubscribeRecordUserIds(SubscribeRecordUserIds 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[] |
getSubscribeUserIds()
Get Allowlist for audio subscription.
|
String[] |
getUnSubscribeUserIds()
Get Blocklist for audio subscription.
|
void |
setSubscribeUserIds(String[] SubscribeUserIds)
Set Allowlist for audio subscription.
|
void |
setUnSubscribeUserIds(String[] UnSubscribeUserIds)
Set Blocklist for audio subscription.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SubscribeRecordUserIds()
public SubscribeRecordUserIds(SubscribeRecordUserIds source)
public String[] getUnSubscribeUserIds()
public void setUnSubscribeUserIds(String[] UnSubscribeUserIds)
UnSubscribeUserIds
- Blocklist for audio subscription. For example, `["1", "2", "3"]` means to not subscribe to the audio streams of users 1, 2, and 3. If this parameter is left empty, the audio streams of all users (max 20) in the room will not be subscribed to.
Note: You cannot specify `UnSubscribeAudioUserIds` and `SubscribeAudioUserIds` at the same time.public String[] getSubscribeUserIds()
public void setSubscribeUserIds(String[] SubscribeUserIds)
SubscribeUserIds
- Allowlist for audio subscription. For example, `["1", "2", "3"]` means to subscribe to the audio streams of users 1, 2, and 3. If this parameter is left empty, the audio streams of all users (max 20) in the room will be subscribed to.
Note: You cannot specify `UnSubscribeAudioUserIds` and `SubscribeAudioUserIds` at the same time.Copyright © 2024. All rights reserved.