srtpCipher property

String get srtpCipher

Implementation

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

Implementation

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