isFrontCamera method
////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// Querying whether the front camera is being used (for mobile OS)
Implementation
@override
bool isFrontCamera() {
return RoomEngineNative.isFrontCamera();
}