Skip to content
Snippets Groups Projects
Commit 2ba837f3 authored by Jono Wenger's avatar Jono Wenger
Browse files

Update comments

parent 273a833a
No related branches found
No related tags found
1 merge request!6XX-4050 / Send E2E test
......@@ -221,8 +221,8 @@ func (ch *ChannelsManager) ReplayChannel(_ js.Value, args []js.Value) interface{
// valid until, in milliseconds. As per the [channels.Manager] documentation,
// this has different meanings depending on the use case. These use cases may
// be generic enough that they will not be enumerated here (int).
// - args[4] - JSON of [xxdk.CMIXParams]. If left empty [GetDefaultCMixParams]
// will be used internally (Uint8Array).
// - args[4] - JSON of [xxdk.CMIXParams]. If left empty
// [bindings.GetDefaultCMixParams] will be used internally (Uint8Array).
//
// Returns a promise:
// - Resolves to the JSON of [bindings.ChannelSendReport] (Uint8Array).
......@@ -264,8 +264,8 @@ func (ch *ChannelsManager) SendGeneric(_ js.Value, args []js.Value) interface{}
// valid until, in milliseconds. As per the [channels.Manager] documentation,
// this has different meanings depending on the use case. These use cases may
// be generic enough that they will not be enumerated here (int).
// - args[5] - JSON of [xxdk.CMIXParams]. If left empty [GetDefaultCMixParams]
// will be used internally (Uint8Array).
// - args[5] - JSON of [xxdk.CMIXParams]. If left empty
// [bindings.GetDefaultCMixParams] will be used internally (Uint8Array).
//
// Returns a promise:
// - Resolves to the JSON of [bindings.ChannelSendReport] (Uint8Array).
......@@ -307,8 +307,8 @@ func (ch *ChannelsManager) SendAdminGeneric(_ js.Value, args []js.Value) interfa
// valid until, in milliseconds. As per the [channels.Manager] documentation,
// this has different meanings depending on the use case. These use cases may
// be generic enough that they will not be enumerated here (int).
// - args[3] - JSON of [xxdk.CMIXParams]. If left empty [GetDefaultCMixParams]
// will be used internally (Uint8Array).
// - args[3] - JSON of [xxdk.CMIXParams]. If left empty
// [bindings.GetDefaultCMixParams] will be used internally (Uint8Array).
//
// Returns a promise:
// - Resolves to the JSON of [bindings.ChannelSendReport] (Uint8Array).
......@@ -357,8 +357,8 @@ func (ch *ChannelsManager) SendMessage(_ js.Value, args []js.Value) interface{}
// valid until, in milliseconds. As per the [channels.Manager] documentation,
// this has different meanings depending on the use case. These use cases may
// be generic enough that they will not be enumerated here (int).
// - args[4] - JSON of [xxdk.CMIXParams]. If left empty [GetDefaultCMixParams]
// will be used internally (Uint8Array).
// - args[4] - JSON of [xxdk.CMIXParams]. If left empty
// [bindings.GetDefaultCMixParams] will be used internally (Uint8Array).
//
// Returns a promise:
// - Resolves to the JSON of [bindings.ChannelSendReport] (Uint8Array).
......@@ -398,8 +398,8 @@ func (ch *ChannelsManager) SendReply(_ js.Value, args []js.Value) interface{} {
// own. Alternatively, if reacting to another user's message, you may
// retrieve it via the ChannelMessageReceptionCallback registered using
// RegisterReceiveHandler (Uint8Array).
// - args[3] - JSON of [xxdk.CMIXParams]. If left empty [GetDefaultCMixParams]
// will be used internally (Uint8Array).
// - args[3] - JSON of [xxdk.CMIXParams]. If left empty
// [bindings.GetDefaultCMixParams] will be used internally (Uint8Array).
//
// Returns a promise:
// - Resolves to the JSON of [bindings.ChannelSendReport] (Uint8Array).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment