Sep 7, 2018 · 1 min read
why this line
this.fs.emitStreamEvent(this.streamId, “data”, Base64.encodeToString(copy, Base64.NO_WRAP));
give me this error
“error: incompatible types: String cannot be converted to WritableArray”
why this line
this.fs.emitStreamEvent(this.streamId, “data”, Base64.encodeToString(copy, Base64.NO_WRAP));
give me this error
“error: incompatible types: String cannot be converted to WritableArray”