According https://bugs.chromium.org/p/webrtc/issues/detail?id=9484 new versions of Chrome are sending new offer format and answer cannot be generated.
For example, for RemoteDescription with info
m=application 54111 UDP/DTLS/SCTP webrtc-datachannel a=sctp-port:5000
pc.CreateAnswer does not produce any result - no error, no answer
Similiar issue for node implementation - node-webrtc/node-webrtc#483