public class WhiteboardPushBackupParam extends AbstractModel
skipSign
Constructor and Description |
---|
WhiteboardPushBackupParam() |
WhiteboardPushBackupParam(WhiteboardPushBackupParam 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 |
getPushUserId()
Get User ID used by the whiteboard push service for entering a room,
The ID must be an unused ID in the SDK.
|
String |
getPushUserSig()
Get Signature corresponding to the PushUserId ID.
|
void |
setPushUserId(String PushUserId)
Set User ID used by the whiteboard push service for entering a room,
The ID must be an unused ID in the SDK.
|
void |
setPushUserSig(String PushUserSig)
Set Signature corresponding to the PushUserId ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public WhiteboardPushBackupParam()
public WhiteboardPushBackupParam(WhiteboardPushBackupParam source)
public String getPushUserId()
public void setPushUserId(String PushUserId)
PushUserId
- User ID used by the whiteboard push service for entering a room,
The ID must be an unused ID in the SDK. The whiteboard push service uses the user ID to enter the room for whiteboard push. If this ID is already used in the SDK, the SDK and recording service will conflict, affecting the pushing operation.public String getPushUserSig()
public void setPushUserSig(String PushUserSig)
PushUserSig
- Signature corresponding to the PushUserId ID.Copyright © 2023. All rights reserved.