Moved Directory browsing logic from VideoCodecUiDriver down to IHasDirectory Interface to sync better with VideoCodecBaseMessenger for MC

This commit is contained in:
Neil Dorin
2019-03-06 16:33:00 -07:00
parent 24fb74701a
commit 84ee743ff5
4 changed files with 19 additions and 27 deletions

View File

@@ -279,7 +279,7 @@ namespace PepperDash.Essentials
inAudioCall = AudioCodec.IsInCall;
if(VideoCodec != null)
inVideoCall = AudioCodec.IsInCall;
inVideoCall = VideoCodec.IsInCall;
if (inAudioCall || inVideoCall)
return true;