session.remoteTransportParams
- 类型:<null> | <undefined>
在握手期间远程对等方宣传的传输参数。如果会话已被销毁,返回 null;如果握手尚未完成且远程参数尚不可用,返回 undefined。只读。
🌐 The transport parameters advertised by the remote peer during the handshake.
Returns null if the session has been destroyed, undefined if the handshake
has not yet completed and the remote parameters are not yet available. Read
only.