only show WASAPI

This commit is contained in:
Seth Call 2018-03-04 18:12:18 -06:00
parent 3c071f1cc3
commit f00949b414
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@
var musicPorts = jamClient.FTUEGetChannels();
//var chatsOnCurrentDevice = context.jamClient.FTUEGetChatInputs(true);
var chatsOnOtherDevices = context.jamClient.FTUEGetChatInputs(false, false);
var chatsOnOtherDevices = context.jamClient.FTUEGetChatInputs(false, true);
// remove all virtual/remote junk form chat inputs. Their key contains' JamKazam when it's Virtual Input or Remote
Object.keys(chatsOnOtherDevices).forEach(function(key) {