I am making use of aws-chime-sdk-js
and ChimeSDKMessagingClient
, I have read in the docs that if we implement refresh
and needsRefresh
then aws-chime-sdk-js
would take care of refreshing the aws credentials when they expire. How would we do this in aws sdk v3 clients?
I tried but I haven't found a way to do it.