decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

Implement missing restricted actions #527

Open pravusjif opened 1 year ago

pravusjif commented 1 year ago

The following restricted actions will be added

service RestrictedActionsService {
  // TeleportTo will move the user into an absolute world position
  rpc TeleportTo(MovePlayerToRequest) returns (MovePlayerToResponse) {}

  // ChangeRealm prompts the user to change to a specific realm
  rpc ChangeRealm(ChangeRealmRequest) returns (SuccessResponse) {}

  // OpenExternalUrl prompts the user to open an external link
  rpc OpenExternalUrl(OpenExternalUrlRequest) returns (SuccessResponse) {}

  // OpenNftDialog opens an NFT dialog.
  rpc OpenNftDialog(OpenNftDialogRequest) returns (SuccessResponse) {}

  // Asks the explorer to connect to other communications adapter, this feature
  // can be used to join private game servers
  rpc SetCommunicationsAdapter(CommsAdapterRequest) returns (SuccessResponse) {}
}

Tasklist

Dependencies

https://github.com/decentraland/sdk/issues/514

menduz commented 1 year ago

I've moved the milestone to the public release since we can freeze the API for the beta