getCurrentDeviceMute abstract method
Querying whether the current device is muted (for desktop OS)
This API is used to query whether the mic or speaker is muted. Camera muting is not supported.
- Parameters:
- type(TXMediaDeviceType):
- Device type.
- type(TXMediaDeviceType):
Implementation
bool getCurrentDeviceMute(TXMediaDeviceType type);