getCurrentDeviceMute abstract method

bool getCurrentDeviceMute(
  1. TXMediaDeviceType type
)

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.

Implementation

bool getCurrentDeviceMute(TXMediaDeviceType type);