flutterjanus/flutter_janus_client

Sip example stopped working

Closed this issue · 1 comments

Unhandled Exception: LateInitializationError: Field 'session' has not been initialized.

That's not library issue it's just session was accessed before initialisation hence the error try moving your session logic in didDepedencyChanged after initialisation of session closing