GetFromBridge
Bridges an RTE object from IRtcEngine.
static Rte GetFromBridge(Error* err = nullptr);
- Since
- v4.5.0
The RTE object created by calling this method does not need to be initialized again using InitMediaEngine. If you have not created and initialized the RTC engine before, you can first call Rte to create an RTE object, and then call InitMediaEngine to initialize it.
Call timing
Before calling this method, ensure that you have initialized the RTC engine using initialize.
Restrictions
None.
Parameters
- err
- Pointer to the Error object, which receives state and error codes.
Returns
An RTE object.