maxPacketLifeTime property
      
      int?
      get
      maxPacketLifeTime
      
    
    
The read-only RTCDataChannel property
maxPacketLifeTime returns the amount of time, in
milliseconds, the browser is allowed to take to attempt to transmit a
message, as set
when the data channel was created, or null. This limits how long
the browser can continue to attempt to transmit and retransmit the message
before giving
up.
Implementation
external int? get maxPacketLifeTime;