I'm attempting to build a Xamarin Forms app (Android) that uses the WebRTC stuff. I'm running into some quirky behavior and I really don't know where to begin to diagnose it. I can respond with details about how I've got the project setup, but I think the biggest question I have at the moment is related to the following errors which get printed out by logcat:
08-11 16:43:16.105 I/GLib+stdout(29646): Connecting to server...
08-11 16:43:17.336 I/GLib+stdout(29646): Conversion from character set “en-US” to “UTF-8” is not supported
08-11 16:43:17.336 E/GLib+GLib(29646): g_error_new_literal: assertion 'message != NULL' failed
08-11 16:43:17.349 I/GLib+stdout(29646): Connected to signalling server
08-11 16:43:17.349 I/GLib+stdout(29646): Registering id 4532 with server
08-11 16:43:17.355 I/GLib+stdout(29646): Conversion from character set “en-US” to “UTF-8” is not supported
08-11 16:43:17.355 E/GLib+GLib(29646): g_error_new_literal: assertion 'message != NULL' failed
08-11 16:43:17.355 E/GLib+GLib(29646): g_error_free: assertion 'error != NULL' failed