ChatterBox.Client.Universal.Background.Voip.VideoRenderHelper.ResolutionChanged C# (CSharp) Method

ResolutionChanged() public method

public ResolutionChanged ( uint width, uint height ) : void
width uint
height uint
return void
        public void ResolutionChanged(uint width, uint height)
        {
            //Do nothing
            //For W10, the resolution is obtained from Renderer
        }