Get Room Information
The EnxRoom class provides a method to access room-related information. This method checks if a local stream is currently published in a room.
Method: Enx.isPublishing()
Result: Boolean
if (Enx.isPublishing()) {// Stream is published} else {// Stream is not published}