Safe Haskell | None |
---|---|
Language | Haskell2010 |
- newRTCSessionDescription :: MonadDOM m => RTCSessionDescriptionInit -> m RTCSessionDescription
- getType :: MonadDOM m => RTCSessionDescription -> m RTCSdpType
- getSdp :: (MonadDOM m, FromJSString result) => RTCSessionDescription -> m result
- newtype RTCSessionDescription = RTCSessionDescription {}
- gTypeRTCSessionDescription :: JSM GType
Documentation
newRTCSessionDescription :: MonadDOM m => RTCSessionDescriptionInit -> m RTCSessionDescription Source #
getType :: MonadDOM m => RTCSessionDescription -> m RTCSdpType Source #
getSdp :: (MonadDOM m, FromJSString result) => RTCSessionDescription -> m result Source #
newtype RTCSessionDescription Source #
Functions for this inteface are in JSDOM.RTCSessionDescription.