Don't log error when WebRTC not supported
This function is *always* called when a MatrixClient is created, e.g. in
an appservice. If the environment does not support WebRTC, this is not
necessarily an error; it is expected in many situations.
Fix a small typo
Signed-off-by: Dexter Chua <dec41@srcf.net>