stream-video-android icon indicating copy to clipboard operation
stream-video-android copied to clipboard

Allow null User fields

Open liviu-timar opened this issue 1 year ago • 0 comments

🎯 Goal

Made some of User fields nullable and null by default.

In CoordinatorSocket.authenticate() we pass:

  • null if we don't want the field's value to change
  • "" or emptyMap() or emptyList() if we want to reset the field
  • a value if we want to set the field
  • null if the field is blank (whitespace)

🧪 Testing

❗ Needs testing

liviu-timar avatar Apr 24 '24 12:04 liviu-timar