stream-video-android
stream-video-android copied to clipboard
Allow null User fields
🎯 Goal
Made some of User fields nullable and null by default.
In CoordinatorSocket.authenticate() we pass:
nullif we don't want the field's value to change""oremptyMap()oremptyList()if we want to reset the field- a
valueif we want to set the field nullif the field is blank (whitespace)
🧪 Testing
❗ Needs testing