HTMLElement.rtc constructor
      
      HTMLElement.rtc()
     
    
Creates an HTMLElement using the tag 'rtc'.
Implementation
HTMLElement.rtc() : _ = document.createElement('rtc');Creates an HTMLElement using the tag 'rtc'.
HTMLElement.rtc() : _ = document.createElement('rtc');