Normal video render element interface in the meeting.
More...
#include <customized_video_container.h>
Inherits IVideoRenderElement.
Normal video render element interface in the meeting.
Definition at line 168 of file customized_video_container.h.
◆ ~INormalVideoRenderElement()
virtual INormalVideoRenderElement::~INormalVideoRenderElement |
( |
| ) |
|
|
inlinevirtual |
◆ Subscribe()
virtual SDKError INormalVideoRenderElement::Subscribe |
( |
unsigned int | userid | ) |
|
|
pure virtual |
Show the data of the specified user through normal render mode.
- Parameters
-
userid | Specify the user ID. |
- Note
- Valid for both normal user and webinar attendee.
◆ Unsubscribe()
virtual SDKError INormalVideoRenderElement::Unsubscribe |
( |
unsigned int | userid | ) |
|
|
pure virtual |
Unsubscribe the data of the specified user.
- Parameters
-
userid | Specify the ID of user that you want to unsubscribe his data. |
- Note
- Call Subscribe with the other ID if you want to view his data. Call the function to stop receiving the data before calling the parent class Hide() function if you no longer want to see the data of the specified user.
-
Valid for both normal user and webinar attendee.