Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(calls): add new params to callOffer #55

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

lotharking
Copy link
Contributor

No description provided.

@lotharking lotharking requested a review from genaris December 2, 2024 17:02
Copy link
Collaborator

@genaris genaris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Just a comment regarding offerStartTime

return new CallOfferMessage({ callType, parameters })
public createOffer(options: {
callType: DidCommCallType
offerExpirationTime?: Date
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you can also add offerStartTime to make all message parameters available.

@@ -25,13 +25,15 @@ export class DidCommCallsApi {
public async offer(options: {
connectionId: string
callType: DidCommCallType
offerExpirationTime?: Date
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

@genaris genaris changed the title feat: add new params to callOffer feat(calls): add new params to callOffer Dec 2, 2024
@lotharking lotharking merged commit c5aca5d into main Dec 2, 2024
6 checks passed
@lotharking lotharking deleted the feat/add-call-offer-api-new-variables branch December 2, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants