BigBlueButton_Video_Downloader.BigBlueButton.BigBlueButtonPresentationOptions.BigBlueButtonPresentationOptions C# (CSharp) Method

BigBlueButtonPresentationOptions() public method

public BigBlueButtonPresentationOptions ( string presentationElementSelector )
presentationElementSelector string
        public BigBlueButtonPresentationOptions(string presentationElementSelector)
        {
            _presentationElementSelector = presentationElementSelector;
        }
BigBlueButtonPresentationOptions