send Static Location
abstract suspend fun sendStaticLocation( latitude: Double, longitude: Double, uncertainty: Double?, isUserLocation: Boolean): Cancelable
Content copied to clipboard
Send a static location event to the room.
Parameters
latitude
required latitude of the location
longitude
required longitude of the location
uncertainty
Accuracy of the location in meters
is User Location
indicates whether the location data corresponds to the user location or not (pinned location)