Skip to content

Commit

Permalink
update streamType enum convers to string
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyydu committed Nov 11, 2024
1 parent 43f70fd commit a44007a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ private async Task SendActivity(Activity activity)
{
Properties = JObject.FromObject(new {
streamId = ((StreamingChannelData) activity.ChannelData).streamId,
streamType = ((StreamingChannelData) activity.ChannelData).StreamType,
streamType = ((StreamingChannelData) activity.ChannelData).StreamType.ToString(),
streamSequence = ((StreamingChannelData) activity.ChannelData).StreamSequence,

})
Expand Down

0 comments on commit a44007a

Please sign in to comment.