Use this client endpoint to know about the video quality it receives.
Method: static Future<String> getReceiveVideoQuality(String streamType)
Parameters: @param String streamType – Enumerated Values: talker, canvas
await EnxRtc.getReceiveVideoQuality(streamType);
