only show WASAPI
This commit is contained in:
parent
3c071f1cc3
commit
f00949b414
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue