Description
Methods for getting and selecting audio input/output don’t work:
-(NSArray<ZMVideoSDKSpeakerDevice *>*)getSpeakerList;
-(NSArray<ZMVideoSDKMicDevice *>*)getMicList;
-(ZMVideoSDKErrors)selectSpeaker:(NSString *)deviceId deviceName:(NSString *)name;
-(ZMVideoSDKErrors)selectMic:(NSString *)deviceId deviceName:(NSString *)name;
The get methods always return just the current device, while setting doesn’t work at all.
I think the problem could be the returned deviceID is the actual device name.
Which macOS Video SDK version?
v1.7.6