|
|
@@ -72,12 +72,12 @@
|
|
|
</div>
|
|
|
<ul>
|
|
|
<li>当 type - T 为 <a href="../index.html#rtcusereventtype">RtcUserEventType</a> 事件时,data - S 为 <a href="../classes/user.html">User</a> 类型</li>
|
|
|
- <li>当 type - T 为 <a href="../index.html#rtcstreameventtype">RtcStreamEventType</a> 事件时,data - S 为 <a href="../classes/localstream.html">LocalStream</a> | <a href="../classes/remotestream.html">RemoteStream</a> 类型</li>
|
|
|
- <li>当 type - T 为 <a href="../index.html#rtcconnectionstateeventtype"></a> 事件时,data - S 为 <a href="connectionstates.html"></a> 类型</li>
|
|
|
- <li>当 type - T 为 <a href="../index.html#rtcnetworkqualityeventtype"></a> 事件时,data - S 为 <a href="networkqualities.html"></a> 类型</li>
|
|
|
- <li>当 type - T 为 <a href="../index.html#rtcplayereventtype"></a> 事件时,data - S 为 <a href="playereventdata.html"></a> 类型</li>
|
|
|
- <li>当 type - T 为 <a href="../index.html#rtcdevicechangedeventtype"></a> 事件时,data - S 为 {@link RtcDeviceChangedEventData } 类型</li>
|
|
|
- <li>当 type - T 为 <a href="../index.html#rtcerroreventtype"></a> 事件时,data - S 为 <a href="../classes/rtcerror.html"></a> 类型</li>
|
|
|
+ <li>当 type - T 为 <a href="../index.html#rtcstreameventtype">RtcStreamEventType</a> 事件时,data - S 为 <a href="../classes/localstream.html">LocalStream</a> 或 <a href="../classes/remotestream.html">RemoteStream</a> 类型</li>
|
|
|
+ <li>当 type - T 为 <a href="../index.html#rtcconnectionstateeventtype">RtcConnectionStateEventType</a> 事件时,data - S 为 <a href="connectionstates.html">ConnectionStates</a> 类型</li>
|
|
|
+ <li>当 type - T 为 <a href="../index.html#rtcnetworkqualityeventtype">RtcNetworkQualityEventType</a> 事件时,data - S 为 <a href="networkqualities.html">NetworkQualities</a> 类型</li>
|
|
|
+ <li>当 type - T 为 <a href="../index.html#rtcplayereventtype">RtcPlayerEventType</a> 事件时,data - S 为 <a href="playereventdata.html">PlayerEventData</a> 类型</li>
|
|
|
+ <li>当 type - T 为 <a href="../index.html#rtcdevicechangedeventtype">RtcDeviceChangedEventType</a> 事件时,data - S 为 <a href="devicechangedeventdata.html">DeviceChangedEventData</a> 类型</li>
|
|
|
+ <li>当 type - T 为 <a href="../index.html#rtcerroreventtype">RtcErrorEventType</a> 事件时,data - S 为 <a href="../classes/rtcerror.html">RtcError</a> 类型</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</section>
|