getPlayoutDevice method
Get speaker device details by its index
Implementation
Future<MediaDevice?> getPlayoutDevice(int index) async {
return _getMediaDevice(index, PjsipConnectPlatform.kMethodDvcGetPlayout);
}
Get speaker device details by its index
Future<MediaDevice?> getPlayoutDevice(int index) async {
return _getMediaDevice(index, PjsipConnectPlatform.kMethodDvcGetPlayout);
}