set video order helper interface.
More...
#include <meeting_video_interface.h>
set video order helper interface.
Definition at line 82 of file meeting_video_interface.h.
◆ AddVideoToOrder()
virtual bool ISetVideoOrderHelper::AddVideoToOrder |
( |
unsigned int | userId, |
|
|
unsigned int | position ) |
|
pure virtual |
Add the assigned user into the prepared video order.
- Parameters
-
userId,the | user you want to add into the prepared video order. |
position,the | position you want to place in the prepared video order. |
- Returns
- true if user is added to the prepared video order successfully.
◆ SetVideoOrderTransactionBegin()
virtual SDKError ISetVideoOrderHelper::SetVideoOrderTransactionBegin |
( |
| ) |
|
|
pure virtual |
Prepare to make a new video order.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum
◆ SetVideoOrderTransactionCommit()
virtual SDKError ISetVideoOrderHelper::SetVideoOrderTransactionCommit |
( |
| ) |
|
|
pure virtual |
make a new video order.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum \Remarks SetVideoOrderTransactionBegin() must be called before this function is called. Otherwise SDKErr_WRONG_USAGE will be returned.