srtpCipher property

String srtpCipher

Implementation

String get srtpCipher => js_util.getProperty(this, 'srtpCipher');
void srtpCipher=(String newValue)

Implementation

set srtpCipher(String newValue) {
  js_util.setProperty(this, 'srtpCipher', newValue);
}