共用方式為


GetLocalUserCanSend type

Callback function used to validate whether or not the local user can send an update for this object.

type GetLocalUserCanSend = (connecting: boolean) => Promise<boolean>